travis.yml: Exclude PluginDownloader from being tested (Github API limit rate...).

This commit is contained in:
Valentin Lorentz 2013-01-06 17:18:24 +01:00
parent 413bdbf80e
commit 5c0f0fb3c2
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ install:
script:
- echo $TRAVIS_PYTHON_VERSION
- if [ `echo $TRAVIS_PYTHON_VERSION | head -c 1` -eq 3 ] ; then ./sandbox/run_2to3.sh -j3; cd py3k/; python3 setup.py install; else python setup.py install; fi
- supybot-test test --plugins-dir=plugins/
- supybot-test test --plugins-dir=plugins/ --exclude=plugins/PluginDownloader