From baeb33cae868e495212162fcfe88879a9fccd6bc Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 5 Jul 2020 14:57:54 -0400 Subject: Fix tox-battery --- requirements/tox.pip | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1