Skip to content

Commit

Permalink
Run tests with coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Negara committed Feb 15, 2019
1 parent ea1aba8 commit c15c438
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 @@ -6,6 +6,6 @@ install:
- ./startup.sh
- pip install python-coveralls
script:
- python3 tests/runtests.py
- coverage run tests/runtests.py
after_success:
- coveralls

0 comments on commit c15c438

Please sign in to comment.