Skip to content

Commit

Permalink
* config for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
KarstenSchulz committed Sep 15, 2015
1 parent 7f87b1d commit b1ac069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,6 +15,6 @@ install:

# command to run tests, e.g. python setup.py test
#script: python setup.py test
script: coverage run --source twodolib setup.py test
script: coverage run --source=twodolib setup.py test
after_success:
coveralls
- coveralls
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -55,7 +55,7 @@ test-all:
tox

coverage:
coverage run --source twodolib setup.py test
coverage run --source=twodolib setup.py test
coverage report -m
coverage html
$(BROWSER) htmlcov/index.html
Expand Down

0 comments on commit b1ac069

Please sign in to comment.