Made CI install a version of virtualenv compatible with Python 3.2.

This commit is contained in:
Simon Charette 2016-02-03 22:07:09 -05:00
parent f72e23da19
commit ac32a48c60

View file

@ -32,7 +32,7 @@ matrix:
- env: TOXENV=py35-master
install:
- pip install tox
- pip install tox "virtualenv<14.0"
script:
- tox