We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b57f1 commit 4ee4880Copy full SHA for 4ee4880
.travis.yml
@@ -19,6 +19,9 @@ install:
19
20
script:
21
# run /tests/
22
- - python -m unittest discover
+ - 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
26
# build library docs
27
- cd docs && sphinx-build -E -W -b html . _build/html
0 commit comments