Test optionalmanager with travis
This commit is contained in:
parent
960bf3f3bf
commit
049d326836
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ script:
|
||||||
- python -m pytest -x plugins/CryptMessage/Test
|
- python -m pytest -x plugins/CryptMessage/Test
|
||||||
- python -m pytest -x plugins/Bigfile/Test
|
- python -m pytest -x plugins/Bigfile/Test
|
||||||
- python -m pytest -x plugins/AnnounceLocal/Test
|
- python -m pytest -x plugins/AnnounceLocal/Test
|
||||||
|
- python -m pytest -x plugins/OptionalManager/Test
|
||||||
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
|
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
|
||||||
before_install:
|
before_install:
|
||||||
- pip install -U pytest mock pytest-cov selenium
|
- pip install -U pytest mock pytest-cov selenium
|
||||||
|
|
Loading…
Reference in a new issue