Use more recent virtualenv now that 3.2 is no longer supported

This commit is contained in:
Mike Naberezny 2019-08-15 02:33:20 -07:00
parent 1110f304a4
commit 136df16493
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ matrix:
- python: pypy
env: TOXENV=pypy
install:
# "virtualenv<14.0.0" is needed for Python 3.2 compat
- travis_retry pip install "virtualenv<14.0.0" tox
- travis_retry pip install virtualenv tox
script:
- travis_retry tox