Skip to content

Commit

Permalink
Update travis config for coveralls parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Jan 19, 2020
1 parent 41af370 commit 4dc4cca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ python:
- 3.6
- 3.7
- 3.8

env:
global:
- COVERALLS_PARALLEL=true

script:
- python setup.py install
- pip install coveralls
- coverage run --source=outdated tests.py
- coverage report -m

after_success:
- coveralls

notifications:
webhooks: https://coveralls.io/webhook
email: false

0 comments on commit 4dc4cca

Please sign in to comment.