mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
fix test skip and py3.6
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py26, py27, py33, py34, py35
|
||||
envlist = py26, py27, py33, py34, py35, py36
|
||||
[testenv]
|
||||
deps =
|
||||
pytest>=2.3.5
|
||||
@@ -35,6 +35,10 @@ deps =
|
||||
numpydoc
|
||||
{[testenv]deps}
|
||||
[testenv:py35]
|
||||
deps =
|
||||
numpydoc
|
||||
{[testenv]deps}
|
||||
[testenv:py36]
|
||||
deps =
|
||||
numpydoc
|
||||
{[testenv]deps}
|
||||
|
||||
Reference in New Issue
Block a user