From 8f0bfbc55333adeadaab248679154790668fb0f7 Mon Sep 17 00:00:00 2001 From: shortcutme Date: Mon, 15 Apr 2019 22:23:30 +0200 Subject: [PATCH] Test Multiuser and Bootstrapper plugins --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1aef9974..394694dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,8 @@ script: - python -m pytest -x plugins/Bigfile/Test - python -m pytest -x plugins/AnnounceLocal/Test - python -m pytest -x plugins/OptionalManager/Test + - 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