fix Python3.2 tox tests failing due to virtualenv 14

This commit is contained in:
Tal Einat 2016-08-15 09:11:02 +03:00
parent ad9a964498
commit 8e02155c48
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ python:
- "3.5"
install:
- pip install coveralls
# virtualenv < 14 is required to keep the Python 3.2 builds running
- pip install "virtualenv<14"
- pip install tox==2.1.1
env:
- TOXENV=py26-without_coverage

View File

@ -1,4 +1,6 @@
bumpversion
cython
sphinx
# virtualenv < 14 is required to keep the Python 3.2 builds running
virtualenv<14
tox==2.1.1