Skip to content

Commit

Permalink
Add Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrcezimbra committed Oct 24, 2017
1 parent 74ad0cd commit 50defb6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: python
python:
- "3.6"
python: 3.6
install:
- pip install -q -r requirements.txt
- pip install coveralls pytest pytest-cov
script:
pytest
- pytest --cov pysympla
after_success:
- coveralls

0 comments on commit 50defb6

Please sign in to comment.