Skip to content

Commit

Permalink
Merge pull request #27 from retr0h/more-more-screwing-around
Browse files Browse the repository at this point in the history
Merge pull request #26 from retr0h/more-screwing-around
  • Loading branch information
retr0h authored Feb 7, 2019
2 parents 3d50e48 + 194a472 commit 500aaab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ python:
# - "3.7"

install:
- pip install tox-travis coveralls codecov
- pip install tox-travis codecov

script:
- tox

after_success:
- coveralls
- codecov -X gcov
- (cd .tox/ && codecov -v -X gcov --required)

0 comments on commit 500aaab

Please sign in to comment.