From 8a84398cf6840e6bdc52cfabf24de0c8eef7d881 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Mon, 28 Nov 2016 18:16:06 -0500 Subject: [PATCH] fix .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bac98bb4..8d764a32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +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 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