mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-03 16:39:25 +01:00
travis.yml: Exclude PluginDownloader from being tested (Github API limit rate...).
This commit is contained in:
parent
413bdbf80e
commit
5c0f0fb3c2
@ -10,4 +10,4 @@ install:
|
|||||||
script:
|
script:
|
||||||
- echo $TRAVIS_PYTHON_VERSION
|
- 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
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user