Skip to content

Commit 1ed9851

Browse files
author
Bill Prin
committed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ before_install:
2222
- tests/scripts/travis-before-install.sh
2323

2424
install:
25-
- pip install tox coveralls
25+
# TODO: unpin tox when the following issue is fixed
26+
# https://bitbucket.org/hpk42/tox/issues/285/tox-220-breaks-some-toxini-config-files
27+
- pip install tox==2.0.1 coveralls
2628

2729
script:
2830
- tox

0 commit comments

Comments
 (0)