Skip to content

Commit

Permalink
include only app
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jan 20, 2015
1 parent 50f7423 commit 7fd782b
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 @@ -7,6 +7,6 @@ install:
- pip install coveralls
script:
- python manage.py test app
- coverage run --omit=*tests.py* manage.py test app
- coverage run --include=app/* -- manage.py test app
after_success:
coveralls

0 comments on commit 7fd782b

Please sign in to comment.