Skip to content

Commit

Permalink
Don't attempt retry of Travis CI test script
Browse files Browse the repository at this point in the history
  • Loading branch information
brbsix committed Apr 17, 2016
1 parent 2e54cd4 commit 2dda35b
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 @@ -9,6 +9,6 @@ python:

install: pip install keyrings.alt coveralls

script: travis_retry coverage run setup.py test
script: coverage run setup.py test

after_success: coveralls

0 comments on commit 2dda35b

Please sign in to comment.