diff --git a/tox.ini b/tox.ini index 96483079..9ecda0fd 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,9 @@ deps = docopt # coloroma for colored debug output colorama - -rrequirements.txt +# Overwrite the parso version (only used sometimes). + git+https://github.com/davidhalter/parso.git +# -rrequirements.txt passenv = JEDI_TEST_ENVIRONMENT setenv = # https://github.com/tomchristie/django-rest-framework/issues/1957 @@ -23,8 +25,6 @@ setenv = env36: JEDI_TEST_ENVIRONMENT=36 env37: JEDI_TEST_ENVIRONMENT=37 commands = -# Overwrite the parso version (only used sometimes). - pip install git+https://github.com/davidhalter/parso.git py.test {posargs:jedi test} [testenv:py27] deps =