From 508097df135f467ecdb6247aaedd68ddc8f092de Mon Sep 17 00:00:00 2001 From: Mitchell Ludwig Date: Sun, 2 Dec 2018 19:01:31 -0700 Subject: [PATCH] Attempting to fix tox --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5797516..ccf20c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: env: TOXENV=py36 install: - - pip install tox + - pip install tox==2.9.1 script: - tox