Skip to content

Commit

Permalink
Update traffic to cover the tests under tests/tuner/...
Browse files Browse the repository at this point in the history
  • Loading branch information
wwrechard committed Dec 20, 2018
1 parent 9faad8e commit 47d9437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install:
- python setup.py install
- pip install coveralls
script:
- python -m unittest discover
- python3 -m unittest discover
- python3 -m unittest pydlm/tests/tuner/test*.py
- coverage run --source . -m unittest discover
after_success: coveralls

0 comments on commit 47d9437

Please sign in to comment.