Add the new unittests to the Travis CI runs.

Add @hoadlck unittests.
pull/130/head
cclauss 6 years ago committed by GitHub
parent 32693682e6
commit 11d262eee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ before_script:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script:
- true # add other tests here
- python3 -m unittest tests.all --buffer --verbose
notifications:
on_success: change
on_failure: change # `always` will be the setting once code changes slow down

Loading…
Cancel
Save