Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasulejoseph committed Aug 23, 2018
1 parent 29bae4d commit 2d7764a
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 @@ -9,7 +9,7 @@ install:
- pip install coveralls

script:
- python3 -m pytest --cover-package=app tests/
- nosetests -v --with-coverage --cover-package="app"

after_success:
- coveralls

0 comments on commit 2d7764a

Please sign in to comment.