mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
The typing library only works in Python >= 2.7.
This commit is contained in:
15
tox.ini
15
tox.ini
@@ -8,8 +8,6 @@ deps =
|
|||||||
docopt
|
docopt
|
||||||
# coloroma for colored debug output
|
# coloroma for colored debug output
|
||||||
colorama
|
colorama
|
||||||
# for testing the typing module
|
|
||||||
typing
|
|
||||||
setenv =
|
setenv =
|
||||||
# https://github.com/tomchristie/django-rest-framework/issues/1957
|
# https://github.com/tomchristie/django-rest-framework/issues/1957
|
||||||
# tox corrupts __pycache__, solution from here:
|
# tox corrupts __pycache__, solution from here:
|
||||||
@@ -20,6 +18,19 @@ commands =
|
|||||||
deps =
|
deps =
|
||||||
unittest2
|
unittest2
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
|
[testenv:py27]
|
||||||
|
deps =
|
||||||
|
# for testing the typing module
|
||||||
|
typing
|
||||||
|
[testenv:py32]
|
||||||
|
deps =
|
||||||
|
typing
|
||||||
|
[testenv:py33]
|
||||||
|
deps =
|
||||||
|
typing
|
||||||
|
[testenv:py34]
|
||||||
|
deps =
|
||||||
|
typing
|
||||||
[testenv:cov]
|
[testenv:cov]
|
||||||
deps =
|
deps =
|
||||||
coverage
|
coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user