mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Pip compatibility with Python 3.2 is gone. Therefore we also remove it.
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py32, py33, py34, py35
|
envlist = py26, py27, py33, py34, py35
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
pytest>=2.3.5
|
pytest>=2.3.5
|
||||||
@@ -23,10 +23,6 @@ deps =
|
|||||||
# for testing the typing module
|
# for testing the typing module
|
||||||
typing
|
typing
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
[testenv:py32]
|
|
||||||
deps =
|
|
||||||
typing
|
|
||||||
{[testenv]deps}
|
|
||||||
[testenv:py33]
|
[testenv:py33]
|
||||||
deps =
|
deps =
|
||||||
typing
|
typing
|
||||||
|
|||||||
Reference in New Issue
Block a user