Skip to content

Commit

Permalink
Add coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Feb 17, 2017
1 parent e9ae20b commit c6df8fd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
language: python

python:
- '3.4'
- '3.5'
- '3.6'
- '3.4'
- '3.5'
- '3.6'

install:
- pip install -U tox
- pip install tox
- pip install coveralls

script: tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .)

after_success:
- coveralls

0 comments on commit c6df8fd

Please sign in to comment.