Skip to content

Commit

Permalink
Don't use 'travis_retry' when running 'tox'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 5, 2015
1 parent 82281eb commit 39cf217
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
Expand Up @@ -12,7 +12,7 @@ install:
- travis_retry pip install tox

script:
- travis_retry tox
- tox

notifications:
email: false

0 comments on commit 39cf217

Please sign in to comment.