Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jul 7, 2019
1 parent 0652662 commit 198dc39
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 @@ -14,12 +14,12 @@ python:
# command to install dependencies
install:
- make config
- pip install codecov
- pip install coveralls

# command to run tests
script:
- make ci

# Push the results back to codecov
# Push the results back to coveralls
after_success:
- codecov
- coveralls

0 comments on commit 198dc39

Please sign in to comment.