Supybot-plugins/.travis.yml

15 lines
434 B
YAML

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 chardet django lxml simplejson beautifulsoup4 python-twitter requests
# command to run tests, e.g. python setup.py test
script:
- echo $TRAVIS_PYTHON_VERSION
- supybot-test test --plugins-dir=. --exclude=WebStats
- cat test-logs/messages.log