Skip to content

Commit df128fd

Browse files
committed
Allow installing recent virtualenv version (now that pypy supports Python 3.5)
1 parent 23fc4c4 commit df128fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
- travis_retry pip install coveralls
3434
- travis_retry pip install flake8
3535
- travis_retry pip install tox>=1.9
36-
- travis_retry pip install "virtualenv<14.0.0" # virtualenv>=14.0.0 has dropped Python 3.2 support (and pypy3 is based on py32)
36+
- travis_retry pip install virtualenv
3737
- travis_retry tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- -e test
3838

3939
# Cache dependencies installed via pip

0 commit comments

Comments
 (0)