From ec089bb40842b237d32e7d6af3e646ade19d1428 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Thu, 8 Oct 2020 21:51:13 -0700 Subject: [PATCH] Fix running tests on Python 3.4 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f34c2c..e8305a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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