Skip to content

Commit

Permalink
travis-ci: submit coverage to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Jan 12, 2017
1 parent 47ae5bc commit 97e0f0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ script:
- coverage run --source=omicron --omit="omicron/tests/*,omicron/version.py" -m py.test -v omicron/
- pip install .

after_success:
- coveralls

cache:
- pip
- apt

0 comments on commit 97e0f0b

Please sign in to comment.