mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Require parso 0.2.0 at least
This commit is contained in:
@@ -1 +1 @@
|
||||
parso==0.1.1
|
||||
parso>=0.2.0
|
||||
|
||||
4
tox.ini
4
tox.ini
@@ -23,8 +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
|
||||
# Overwrite the parso version (only used sometimes).
|
||||
# pip install git+https://github.com/davidhalter/parso.git
|
||||
py.test {posargs:jedi test}
|
||||
[testenv:py27]
|
||||
deps =
|
||||
|
||||
Reference in New Issue
Block a user