tito/.travis.yml

13 lines
214 B
YAML
Raw Normal View History

2014-02-15 18:52:08 +00:00
# http://docs.travis-ci.com/user/languages/python/
language: python
python:
- "2.6"
- "2.7"
- "3.3"
2014-02-15 18:52:08 +00:00
install:
- ./.travis-install-kludge.sh
2014-02-15 18:52:08 +00:00
- pip install 'pep8' --use-mirrors
script: nosetests test/unit