diff options
-rw-r--r-- | requirements/tox.pip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements/tox.pip b/requirements/tox.pip index 55cab915..9ae2b00b 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -4,4 +4,5 @@ # The version of tox used by coverage.py tox==3.16.1 # Adds env recreation on requirements file changes. -tox-battery==0.6.1 +# 0.6.1 failed on travis on py2.7, not sure why it didn't fail locally. +tox-battery==0.5.2 |