mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-19 03:55:57 +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
|
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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user