Skip to content

Commit

Permalink
- remove travis_retry
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jul 9, 2020
1 parent 6ceeac3 commit 96cb54d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ matrix:
- env: TOXENV=py27-zserver

install:
- travis_retry pip install -U pip setuptools
- travis_retry pip install -U tox coveralls coverage
- pip install -U pip setuptools
- pip install -U tox coveralls coverage

script:
- travis_retry tox
- tox

after_success:
- coverage combine
Expand Down

0 comments on commit 96cb54d

Please sign in to comment.