Add automatized test of AnnounceLocal

This commit is contained in:
shortcutme 2018-02-09 11:53:39 +01:00
parent 644f65b5e4
commit 5c503203dc
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 2 additions and 1 deletions

View File

@ -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