mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +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]
|
||||
envlist = py26, py27, py32, py33, py34, py35
|
||||
envlist = py26, py27, py33, py34, py35
|
||||
[testenv]
|
||||
deps =
|
||||
pytest>=2.3.5
|
||||
@@ -23,10 +23,6 @@ deps =
|
||||
# for testing the typing module
|
||||
typing
|
||||
{[testenv]deps}
|
||||
[testenv:py32]
|
||||
deps =
|
||||
typing
|
||||
{[testenv]deps}
|
||||
[testenv:py33]
|
||||
deps =
|
||||
typing
|
||||
|
||||
Reference in New Issue
Block a user