Skip to content

Commit 4ee4880

Browse files
author
brentru
committed
test travis build script 2
1 parent 75b57f1 commit 4ee4880

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ install:
1919

2020
script:
2121
# run /tests/
22-
- python -m unittest discover
22+
- python -m unittest test_client.py
23+
- python -m unittest test_mqtt_client.py
24+
- python -m unittest test_model.py
25+
- python -m unittest test_errors.py
2326
# build library docs
2427
- cd docs && sphinx-build -E -W -b html . _build/html

0 commit comments

Comments
 (0)