travis.yml: Use --no-network.

master
Valentin Lorentz 2013-08-13 17:03:37 +00:00
parent e48826a435
commit b98e6df4fd
1 changed files with 1 additions and 1 deletions

View File

@ -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