Skip to content

Commit cb1e546

Browse files
committed
add virtualenv<14.0.0 so that we can continue supporting pypy3
1 parent 6beffd7 commit cb1e546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ install:
3131
- travis_retry pip install coveralls
3232
- travis_retry pip install flake8
3333
- travis_retry pip install tox>=1.9
34+
- travis_retry pip install "virtualenv<14.0.0" # virtualenv>=14.0.0 has dropped Python 3.2 support (and pypy3 is based on py32)
3435
- travis_retry tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- -e test
3536

3637
before_script:

0 commit comments

Comments
 (0)