From 5348869e4fe7366a02f12436fe76e7ada43624fb Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 26 Dec 2019 16:16:58 +0100 Subject: [PATCH] Skip irctest when optional dependencies are not installed. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4694d63f..984f3995f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ script: - echo $TRAVIS_PYTHON_VERSION - python setup.py install - supybot-test test -v --plugins-dir=./plugins/ --no-network --disable-multiprocessing - - if [[ "$TRAVIS_PYTHON_VERSION" =~ ^3\.[4-9] ]] ; then python -m irctest irctest.controllers.limnoria; fi + - if [ "$WITH_OPT_DEPS" = "true" ] -a [[ "$TRAVIS_PYTHON_VERSION" =~ ^3\.[4-9] ]] ; then python -m irctest irctest.controllers.limnoria; fi notifications: email: false matrix: