restore the virtualenv install in travis

This commit is contained in:
Stefan Wojcik 2016-11-28 17:00:36 -05:00
parent ea91383558
commit 5de80f0327

View File

@ -33,6 +33,7 @@ install:
- travis_retry pip install coveralls
- travis_retry pip install flake8
- travis_retry pip install tox>=1.9
- travis_retry pip install virtualenv<14.0.0 # virtualenv>=14.0.0 has dropped Python 3.2 support (and pypy3 is based on py32)
- travis_retry tox -e $(echo py$TRAVIS_PYTHON_VERSION-mg$PYMONGO | tr -d . | sed -e 's/pypypy/pypy/') -- -e test
# Run flake8 for py27