Skip to content

Commit

Permalink
Coverage source fix
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 7, 2014
1 parent 8af894d commit d4cf11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- pip install -U coverage coveralls $DJANGO
- python -c 'from __future__ import print_function; import django; print("Django %s" % django.get_version())'

script: coverage run -a sitetree/runtests.py
script: coverage run -a --source=sitetree sitetree/runtests.py

matrix:

Expand Down

0 comments on commit d4cf11e

Please sign in to comment.