Supybot-plugins/.travis.yml

14 lines
403 B
YAML
Raw Normal View History

2013-02-01 11:59:15 -08:00
language: python
python:
- "2.7"
- "3.2"
- "2.6"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
2013-05-10 08:08:00 -07:00
- pip install limnoria chardet django lxml simplejson beautifulsoup4 python-twitter requests
2013-02-01 11:59:15 -08:00
# command to run tests, e.g. python setup.py test
script:
- echo $TRAVIS_PYTHON_VERSION
- supybot-test test --plugins-dir=. --exclude=WebStats