mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-24 11:04:05 +01:00
Skip irctest when optional dependencies are not installed.
This commit is contained in:
parent
ac07b440dc
commit
5348869e4f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user