Skip to content

Commit 47d9437

Browse files
committed
Update traffic to cover the tests under tests/tuner/...
1 parent 9faad8e commit 47d9437

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ install:
1717
- python setup.py install
1818
- pip install coveralls
1919
script:
20-
- python -m unittest discover
20+
- python3 -m unittest discover
21+
- python3 -m unittest pydlm/tests/tuner/test*.py
2122
- coverage run --source . -m unittest discover
2223
after_success: coveralls

0 commit comments

Comments
 (0)