Skip to content

Commit

Permalink
Add automatized test of AnnounceLocal
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Feb 9, 2018
1 parent 644f65b commit 5c50320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,4 +27,4 @@ cache:
- $HOME/.cache/pip
notifications:
email:
on_success: change
on_success: change

0 comments on commit 5c50320

Please sign in to comment.