From 7fca4c332d24bcc00e5dcacbda1b87e4b7a75a5a Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 7 Apr 2018 16:06:29 +0200 Subject: [PATCH] Use the latest parso version from master. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index bda6963b..e4093c99 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,8 @@ setenv = env36: JEDI_TEST_ENVIRONMENT=36 env37: JEDI_TEST_ENVIRONMENT=37 commands = +# Overwrite the parso version. + pip install git+https://github.com/davidhalter/parso.git py.test {posargs:jedi test} [testenv:py27] deps =