setup.py: add "testing" extras_require

Ref: https://github.com/davidhalter/parso/issues/15#issuecomment-339964845
This commit is contained in:
Daniel Hahler
2018-09-22 10:02:38 +02:00
committed by Dave Halter
parent 3be8ac7786
commit d6d6c5038f
2 changed files with 6 additions and 2 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
[tox]
envlist = py27, py33, py34, py35, py36, py37
[testenv]
extras = testing
deps =
{env:_SETUPTOOLS_DEP:setuptools}
{env:_PARSO_TEST_PYTEST_DEP:pytest>=3.0.7}
# For --lf and --ff.
pytest-cache
setenv =
# https://github.com/tomchristie/django-rest-framework/issues/1957
# tox corrupts __pycache__, solution from here: