Limnoria/.travis.yml

13 lines
302 B
YAML
Raw Normal View History

2013-01-04 19:38:35 +01:00
language: python
python:
- "3.2"
- "2.7"
- "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
2013-01-05 17:44:27 +01:00
- pip install pytz
2013-01-04 19:38:35 +01:00
# command to run tests, e.g. python setup.py test
script:
- python setup.py install
- supybot-test test --plugins-dir=plugins/