Skip to content

Commit

Permalink
Merge pull request #1493 from /issues/512
Browse files Browse the repository at this point in the history
Cap tox at 2.4.0 to avoid env substitution bug
  • Loading branch information
git-harry authored Oct 13, 2016
2 parents 2870f4e + 3e18ce8 commit 860d90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python

before_script:
- pip install tox
- pip install 'tox<2.4.0,>=2.0'

script: tox

Expand Down

0 comments on commit 860d90e

Please sign in to comment.