From 5c503203dc3e31ef6d434892c5d80c0cde959afd Mon Sep 17 00:00:00 2001 From: shortcutme Date: Fri, 9 Feb 2018 11:53:39 +0100 Subject: [PATCH] Add automatized test of AnnounceLocal --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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