Skip to content

Commit

Permalink
enable coveralls w travis
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Dec 22, 2017
1 parent 4ebd316 commit 8679cb7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@ python:
- "2.7"
- "3.5"
- "3.6"
install: "pip install pytest -r requirements.txt"
script: pytest
before_install:
- pip install pytest pytest-cov
- pip install coveralls
install:
- pip install pytest -r requirements.txt
script:
- py.test
after_success:
- coveralls

0 comments on commit 8679cb7

Please sign in to comment.