Add automatized test of AnnounceLocal
This commit is contained in:
parent
644f65b5e4
commit
5c503203dc
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ before_script:
|
|||
script:
|
||||
- python -m pytest plugins/CryptMessage/Test
|
||||
- python -m pytest plugins/Bigfile/Test
|
||||
- python -m pytest plugins/AnnounceLocal/Test
|
||||
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
|
||||
before_install:
|
||||
- pip install -U pytest mock pytest-cov selenium
|
||||
|
@ -26,4 +27,4 @@ cache:
|
|||
- $HOME/.cache/pip
|
||||
notifications:
|
||||
email:
|
||||
on_success: change
|
||||
on_success: change
|
||||
|
|
Loading…
Reference in a new issue