tito/.travis.yml
2014-02-28 15:38:25 +00:00

12 lines
214 B
YAML

# http://docs.travis-ci.com/user/languages/python/
language: python
python:
- "2.6"
- "2.7"
- "3.3"
install:
- ./.travis-install-kludge.sh
- pip install 'pep8' --use-mirrors
script: nosetests test/unit