diff --git a/.travis.yml b/.travis.yml index 9a6f384..831142a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ install: # command to run tests, e.g. python setup.py test script: - echo $TRAVIS_PYTHON_VERSION - - supybot-test test --plugins-dir=. --exclude=WebStats --exclude=Seeks --exclude=Rbls + - supybot-test test --plugins-dir=. --no-network --exclude=WebStats --exclude=Seeks --exclude=Rbls