Also try running the unittests with pytest

This commit is contained in:
cclauss 2019-01-22 10:30:32 +01:00 committed by GitHub
parent 11d262eee0
commit 290e5efefc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,8 @@ before_script:
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script:
- python3 -m unittest tests.all --buffer --verbose
- pip install pytest
- pytest
notifications:
on_success: change
on_failure: change # `always` will be the setting once code changes slow down