Skip to content

Commit

Permalink
[QA] Add coveralls to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
JNRowe committed Mar 12, 2018
1 parent d710ae6 commit 85b5808
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ python:
install:
- pip install -r extra/requirements.txt
- pip install -r extra/requirements-test.txt
- pip install coveralls
script:
- nose2 tests
after_success:
- coveralls
branches:
except:
- /^play\/.*$/

0 comments on commit 85b5808

Please sign in to comment.