Skip to content

Commit

Permalink
Try Travis/Codecov combo
Browse files Browse the repository at this point in the history
  • Loading branch information
lingthio committed Sep 13, 2017
1 parent 6de7c1c commit 780476d
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
@@ -15,8 +15,8 @@ branches:

# Install test dependencies
before_install:
- pip install pytest pytest-cov
- pip install coveralls
- pip install pytest pytest-cov
- pip install codecov

# Install project depencies
install:
@@ -28,4 +28,4 @@ script:

# Submit coverage report to coveralls
after_success:
- coveralls
- codecov

0 comments on commit 780476d

Please sign in to comment.