Limnoria/.travis.yml

16 lines
352 B
YAML
Raw Normal View History

2013-01-04 19:38:35 +01:00
language: python
2013-01-04 19:46:34 +01:00
env:
- PATH=$PATH:$HOME/.local/bin
2013-01-04 19:38:35 +01:00
python:
- "3.2"
- "2.7"
- "2.6"
- "2.5"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
# command to run tests, e.g. python setup.py test
script:
- python setup.py install --user
- supybot-test test
- supybot-test --plugins-dir=plugins/