mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-26 06:01:15 +08:00
Use a setuptools that still supports py33
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -2,6 +2,7 @@
|
||||
envlist = py27, py33, py34, py35, py36, py37
|
||||
[testenv]
|
||||
deps =
|
||||
{env:_SETUPTOOLS_DEP:setuptools}
|
||||
{env:_PARSO_TEST_PYTEST_DEP:pytest>=3.0.7}
|
||||
# For --lf and --ff.
|
||||
pytest-cache
|
||||
@@ -10,6 +11,7 @@ setenv =
|
||||
# tox corrupts __pycache__, solution from here:
|
||||
PYTHONDONTWRITEBYTECODE=1
|
||||
py26,py33: _PARSO_TEST_PYTEST_DEP=pytest>=3.0.7,<3.3
|
||||
py26,py33: _SETUPTOOLS_DEP=setuptools<37
|
||||
commands =
|
||||
pytest {posargs:parso test}
|
||||
[testenv:cov]
|
||||
|
||||
Reference in New Issue
Block a user