Skip to content

Commit

Permalink
Fix coveralls report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Sep 28, 2016
1 parent 3b06634 commit fddcd0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -29,14 +29,15 @@ install:
- pip install -U pip
- pip install -U -r requirements.txt -r requirements-dev.txt .
- |
# Overwrite twisted package for test
set -e
[ $TWISTED = latest ] || pip install Twisted==$TWISTED
- pip install -U tox coveralls
- pip install -U tox coveralls coverage

# command to run tests
script:
- trial txrwlock
- trial --coverage txrwlock
- coverage run --branch --source=txrwlock $(which trial) txrwlock && coverage report -m
- python setup.py build_sphinx

after_success:
Expand Down

0 comments on commit fddcd0f

Please sign in to comment.