travis.yml: First commit.

master
Valentin Lorentz 2013-02-01 20:59:15 +01:00
parent 204366034d
commit b03163135d
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: python
python:
- "2.7"
- "3.2"
- "2.6"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install limnoria
# command to run tests, e.g. python setup.py test
script:
- echo $TRAVIS_PYTHON_VERSION
- supybot-test test --plugins-dir=.