Skip to content

Commit

Permalink
travis: add coveralls support
Browse files Browse the repository at this point in the history
Also cargo-culted from django-multisite
  • Loading branch information
jordiecometrica committed Jul 5, 2019
1 parent 177b3ce commit be168f7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
sudo: false
language: python

python:
- "2.7"
- "3.6"
install: pip install tox-travis
script: tox

install:
- pip install tox-travis
- pip install coverage
- pip install python-coveralls

script:
- tox

after_success:
- coveralls

0 comments on commit be168f7

Please sign in to comment.