travis.yml: Add Python 3.3 and disable plugins with broken tests

master
Valentin Lorentz 2013-08-13 16:20:28 +00:00
parent 711c9e506f
commit e48826a435
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "2.6"
- "3.3"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
@ -10,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
- supybot-test test --plugins-dir=. --exclude=WebStats --exclude=Seeks --exclude=Rbls