Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Add coverage support.
  • Loading branch information
mansenfranzen authored Oct 4, 2016
1 parent 340fe1a commit f202c38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@ python:
- "2.7"
- "3.5"

before_install:
- pip install pytest pytest-cov
- pip install coveralls

# command to install dependencies
install:
- pip install .
- pip install -r requirements.txt
# command to run tests
script: py.test

after_success:
- coveralls

0 comments on commit f202c38

Please sign in to comment.