Skip to content

Commit baeb33c

Browse files
committed
Fix tox-battery
1 parent 12df840 commit baeb33c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/tox.pip

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
# The version of tox used by coverage.py
55
tox==3.16.1
66
# Adds env recreation on requirements file changes.
7-
tox-battery==0.6.1
7+
# 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

Comments
 (0)