travis.yml: Don't run Scheduler's tests (they randomly fail).

This commit is contained in:
Valentin Lorentz 2013-07-07 12:04:04 +02:00
parent 4fffdbccd2
commit 73d585c0eb
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ install:
script:
- echo $TRAVIS_PYTHON_VERSION
- python setup.py install
- supybot-test test --plugins-dir=./build/lib*/supybot/plugins/ --no-network --disable-multiprocessing
- supybot-test test --plugins-dir=./build/lib*/supybot/plugins/ --no-network --disable-multiprocessing --exclude=plugins/Scheduler