Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
m3brown committed Jul 3, 2018
1 parent dfeeaad commit 231dfd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -2,5 +2,9 @@
language: python
python: ["2.7", "3.4", "3.5", "3.6"]
sudo: false
install: ["pip install -r requirements-dev.txt"]
install:
- pip install -r requirements-dev.txt
- pip install coveralls
script: ["tox"]
after_success:
- coveralls

0 comments on commit 231dfd6

Please sign in to comment.