Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smtchahal committed Jun 24, 2016
1 parent 4cb4a3f commit e65d150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -20,8 +20,8 @@ branches:

script:
- flake8
- coverage run manage.py test --omit='*tests*,*migrations*,*admin*,*wsgi*'
- coverage run --source=url_shortener,shorty --omit='*tests*,*migrations*,*admin*,*wsgi*' manage.py test

after_success:
- coverage report
- coverage report -m
- coveralls

0 comments on commit e65d150

Please sign in to comment.