Rev4070, Fix Multiuser plugin import order, Run coverage before optional plugins
This commit is contained in:
parent
8246505289
commit
5ff2f792e6
3 changed files with 8 additions and 3 deletions
|
@ -33,9 +33,9 @@ script:
|
|||
- python -m pytest -x plugins/Bigfile/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
|
||||
- mv plugins/disabled-Multiuser plugins/Multiuser && python -m pytest -x plugins/Multiuser/Test
|
||||
- mv plugins/disabled-Bootstrapper plugins/Bootstrapper && python -m pytest -x plugins/Bootstrapper/Test
|
||||
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
|
||||
before_install:
|
||||
- pip install -U pytest mock pytest-cov selenium
|
||||
- pip install codecov
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue