diff --git a/.travis.yml b/.travis.yml index f2702031..e3b3ffb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + on_success: change