We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6beffd7 commit cb1e546Copy full SHA for cb1e546
.travis.yml
@@ -31,6 +31,7 @@ install:
31
- travis_retry pip install coveralls
32
- travis_retry pip install flake8
33
- 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)
35
- travis_retry tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- -e test
36
37
before_script:
0 commit comments