forked from VimPlug/jedi
tests can now also run on python 3.5
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py32, py33, py34
|
envlist = py26, py27, py32, py33, py34, py35
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
pytest>=2.3.5
|
pytest>=2.3.5
|
||||||
@@ -32,6 +32,10 @@ deps =
|
|||||||
typing
|
typing
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
[testenv:py34]
|
[testenv:py34]
|
||||||
|
deps =
|
||||||
|
typing
|
||||||
|
{[testenv]deps}
|
||||||
|
[testenv:py35]
|
||||||
deps =
|
deps =
|
||||||
typing
|
typing
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
|
|||||||
Reference in New Issue
Block a user