Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Commit

Permalink
Merge branch 'bugfix/coverage'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Endler committed Feb 26, 2016
2 parents e4c4614 + 2ffb477 commit 5ece2ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ install:
script:
- python setup.py nosetests
after_success:
# python-coveralls doesn't like coverage 4.0 (see https://github.com/z4r/python-coveralls/issues/39)
- pip install python-coveralls coverage==3.7.1; fi
- python setup.py nosetests --with-coverage && coveralls; fi
- pip install coveralls
- coverage run --source=protector setup.py test && coveralls

0 comments on commit 5ece2ae

Please sign in to comment.