mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Numpydocs doesn't support 2.6 or 3.3
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -8,8 +8,6 @@ deps =
|
|||||||
docopt
|
docopt
|
||||||
# coloroma for colored debug output
|
# coloroma for colored debug output
|
||||||
colorama
|
colorama
|
||||||
# numpydoc for typing scipy stack
|
|
||||||
numpydoc
|
|
||||||
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:
|
||||||
@@ -24,6 +22,8 @@ deps =
|
|||||||
deps =
|
deps =
|
||||||
# for testing the typing module
|
# for testing the typing module
|
||||||
typing
|
typing
|
||||||
|
# numpydoc for typing scipy stack
|
||||||
|
numpydoc
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
[testenv:py33]
|
[testenv:py33]
|
||||||
deps =
|
deps =
|
||||||
@@ -32,9 +32,11 @@ deps =
|
|||||||
[testenv:py34]
|
[testenv:py34]
|
||||||
deps =
|
deps =
|
||||||
typing
|
typing
|
||||||
|
numpydoc
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
[testenv:py35]
|
[testenv:py35]
|
||||||
deps =
|
deps =
|
||||||
|
numpydoc
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
[testenv:cov]
|
[testenv:cov]
|
||||||
deps =
|
deps =
|
||||||
|
|||||||
Reference in New Issue
Block a user