mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Merge branch 'numpydoc' of https://github.com/bcolsen/jedi
This commit is contained in:
9
tox.ini
9
tox.ini
@@ -23,6 +23,8 @@ deps =
|
||||
deps =
|
||||
# for testing the typing module
|
||||
typing
|
||||
# numpydoc for typing scipy stack
|
||||
numpydoc
|
||||
{[testenv]deps}
|
||||
[testenv:py33]
|
||||
deps =
|
||||
@@ -31,13 +33,20 @@ deps =
|
||||
[testenv:py34]
|
||||
deps =
|
||||
typing
|
||||
numpydoc
|
||||
{[testenv]deps}
|
||||
[testenv:py35]
|
||||
deps =
|
||||
numpydoc
|
||||
{[testenv]deps}
|
||||
[testenv:py36]
|
||||
deps =
|
||||
numpydoc
|
||||
{[testenv]deps}
|
||||
[testenv:cov]
|
||||
deps =
|
||||
coverage
|
||||
numpydoc
|
||||
{[testenv]deps}
|
||||
commands =
|
||||
coverage run --source jedi -m py.test
|
||||
|
||||
Reference in New Issue
Block a user