language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "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=. --no-network --exclude=WebStats --exclude=Seeks --exclude=Rbls