From 58141f1e1e4d1cc6a589de28dc5f067f1ddc60e2 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 30 Jun 2018 14:14:52 +0200 Subject: [PATCH] Don't use requirements for now, and use the git version instead in tox --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 =