Fix running tests on Python 3.4

This commit is contained in:
Mike Naberezny 2020-10-08 21:51:13 -07:00
parent 3024867cc9
commit ec089bb408
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ matrix:
- python: pypy
env: TOXENV=pypy
install:
- travis_retry pip install virtualenv tox
# tox is pinned for python 3.4 support
- travis_retry pip install tox==3.14.0
script:
- travis_retry tox