Skip to content
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvins committed Mar 16, 2017
1 parent 7e48cce commit a2033e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ install:
#command to run the test suite
script:
- python manage.py test
- coverage run --source=resizeme manage.py test
- coverage run --source=resize manage.py test

# send coverage report to coveralls
after_success: coveralls
Expand Down

0 comments on commit a2033e9

Please sign in to comment.