mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
For Python 2.7 and 3.4 pytest 5 doesn't work anymore
This commit is contained in:
1
tox.ini
1
tox.ini
@@ -4,6 +4,7 @@ envlist = {py26,py27,py33,py34,py35,py36,py37}
|
|||||||
extras = testing
|
extras = testing
|
||||||
deps =
|
deps =
|
||||||
py26,py33: pytest>=3.0.7,<3.3
|
py26,py33: pytest>=3.0.7,<3.3
|
||||||
|
py27,py34: pytest<5
|
||||||
py26,py33: setuptools<37
|
py26,py33: setuptools<37
|
||||||
coverage: coverage
|
coverage: coverage
|
||||||
setenv =
|
setenv =
|
||||||
|
|||||||
Reference in New Issue
Block a user