1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-10 02:29:29 +00:00

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

View File

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