Require parso 0.2.0 at least

This commit is contained in:
Dave Halter
2018-04-15 13:54:55 +02:00
parent c7c95e7e6d
commit bcd05f560e
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
parso==0.1.1 parso>=0.2.0

View File

@@ -23,8 +23,8 @@ setenv =
env36: JEDI_TEST_ENVIRONMENT=36 env36: JEDI_TEST_ENVIRONMENT=36
env37: JEDI_TEST_ENVIRONMENT=37 env37: JEDI_TEST_ENVIRONMENT=37
commands = commands =
# Overwrite the parso version. # Overwrite the parso version (only used sometimes).
pip install git+https://github.com/davidhalter/parso.git # pip install git+https://github.com/davidhalter/parso.git
py.test {posargs:jedi test} py.test {posargs:jedi test}
[testenv:py27] [testenv:py27]
deps = deps =