Add travis integration.

This commit is contained in:
Valentin Lorentz 2013-01-04 19:38:35 +01:00
parent 1132728656
commit 3d7d27ec8a
1 changed files with 14 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: python
python:
- "3.2"
- "2.7"
- "2.6"
- "2.5"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- setuptools
# command to run tests, e.g. python setup.py test
script:
- python setup.py install --user
- supybot-test test
- supybot-test --plugins-dir=plugins/