Limnoria/.travis.yml

15 lines
418 B
YAML
Raw Normal View History

2013-01-04 19:38:35 +01:00
language: python
python:
- "2.7"
- "3.2"
2013-01-04 19:38:35 +01:00
- "2.6"
- "pypy"
2013-01-04 19:38:35 +01:00
# 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:
2013-01-06 13:31:34 +01:00
- echo $TRAVIS_PYTHON_VERSION
2013-01-30 20:12:01 +01:00
- python setup.py install
- cd py3k/; supybot-test test --plugins-dir=plugins/ --exclude=plugins/PluginDownloader --exclude=plugins/ShrinkUrl