1
0
forked from VimPlug/jedi

fixing python 3.2 and 3.5 issues

This commit is contained in:
Rick van Hattem
2016-03-31 03:38:32 +02:00
parent 97178dd92b
commit 4afc74f1c7
2 changed files with 8 additions and 1 deletions

View File

@@ -18,6 +18,11 @@ commands =
deps =
unittest2
{[testenv]deps}
[testenv:py32]
deps =
pip<8.0.0
virtualenv<14.0.0
{[testenv]deps}
[testenv:cov]
deps =
coverage