From 758a3efa44f89d8efb7342ee068bfca9a0c94488 Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 1 Jan 2020 22:13:10 -0800 Subject: [PATCH] .travis.yml: remove --disable-multiprocessing (fix SedRegex tests) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 984f3995f..2710753dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: script: - echo $TRAVIS_PYTHON_VERSION - python setup.py install - - supybot-test test -v --plugins-dir=./plugins/ --no-network --disable-multiprocessing + - supybot-test test -v --plugins-dir=./plugins/ --no-network - if [ "$WITH_OPT_DEPS" = "true" ] -a [[ "$TRAVIS_PYTHON_VERSION" =~ ^3\.[4-9] ]] ; then python -m irctest irctest.controllers.limnoria; fi notifications: email: false