Skip to content

Commit

Permalink
Merge pull request #2053 from bagerard/Fix_travis_incomp_tox_virtualenv
Browse files Browse the repository at this point in the history
Fix Incompatibility btw recent tox version and virtualenv version
  • Loading branch information
bagerard committed May 16, 2019
2 parents ee85af3 + 6a9ef31 commit 58b0b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -48,8 +48,8 @@ install:
- travis_retry pip install --upgrade pip
- travis_retry pip install coveralls
- travis_retry pip install flake8 flake8-import-order
- 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 "tox" # tox 3.11.0 has requirement virtualenv>=14.0.0
- travis_retry pip install "virtualenv" # 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

# Cache dependencies installed via pip
Expand Down

0 comments on commit 58b0b18

Please sign in to comment.