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

@@ -15,8 +15,9 @@ matrix:
- env: TOXENV=cov
- env: TOXENV=sith
- env: TOXENV=pypy
python: 3.5
install:
- pip install --quiet --use-mirrors tox
- pip install --quiet tox 'virtualenv<14.0.0' 'pip<8.0.0'
script:
- tox
after_script:
@@ -24,3 +25,4 @@ after_script:
pip install --quiet --use-mirrors coveralls;
coveralls;
fi

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