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

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackevansevo committed Apr 17, 2017
1 parent 9b5ad2f commit bc1c844
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 @@ -13,6 +13,6 @@ install:
- pip install coveralls
script:
- coverage run --branch -m pytest && coverage report -m
- python -m doctest simple_utils/*.py
- python -m doctest basic_utils/*.py
after_success:
coveralls

0 comments on commit bc1c844

Please sign in to comment.