Skip to content

Commit 3a601e4

Browse files
author
Jonathan Wayne Parrott
committed
Merge pull request #141 from GoogleCloudPlatform/pin_tox
Temoprarily Pin Tox Until Bug Is Fixed
2 parents 679698f + 1ed9851 commit 3a601e4

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)