mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
Also try running the unittests with pytest
This commit is contained in:
parent
11d262eee0
commit
290e5efefc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue