mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Dependency updates for tox, add typing for Python 2.6 and remove it for 3.5, because that version includes it natively.
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -16,6 +16,7 @@ commands =
|
|||||||
py.test []
|
py.test []
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
deps =
|
deps =
|
||||||
|
typing
|
||||||
unittest2
|
unittest2
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
[testenv:py27]
|
[testenv:py27]
|
||||||
@@ -33,7 +34,6 @@ deps =
|
|||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
[testenv:py35]
|
[testenv:py35]
|
||||||
deps =
|
deps =
|
||||||
typing
|
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
[testenv:cov]
|
[testenv:cov]
|
||||||
deps =
|
deps =
|
||||||
|
|||||||
Reference in New Issue
Block a user