Skip to content

Commit

Permalink
Added src directory to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miterion committed Oct 31, 2016
1 parent d52ac2e commit c1e9254
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 @@ -18,7 +18,7 @@ install:

script:
- python src/manage.py test feedback
- coverage run --omit="*/migrations*" --source="." manage.py test feedback
- coverage run --omit="*/migrations*" --source="." src/manage.py test feedback

after_success:
coveralls

0 comments on commit c1e9254

Please sign in to comment.