Skip to content

Commit

Permalink
Merge pull request #9 from TeamHG-Memex/longer-travis-wait
Browse files Browse the repository at this point in the history
TST allow longer wait times on Travis
  • Loading branch information
kmike committed Dec 17, 2015
2 parents 0b723f4 + a71da01 commit 7174f7f
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 @@ -23,7 +23,7 @@ addons:
install:
- pip install -U pip tox codecov

script: travis_wait tox
script: travis_wait 30 tox

after_success:
- codecov
Expand Down

0 comments on commit 7174f7f

Please sign in to comment.