We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12df840 commit baeb33cCopy full SHA for baeb33c
requirements/tox.pip
@@ -4,4 +4,5 @@
4
# The version of tox used by coverage.py
5
tox==3.16.1
6
# Adds env recreation on requirements file changes.
7
-tox-battery==0.6.1
+# 0.6.1 failed on travis on py2.7, not sure why it didn't fail locally.
8
+tox-battery==0.5.2
0 commit comments