tito/.travis.yml
2014-02-27 21:22:05 +00:00

11 lines
215 B
YAML

# http://docs.travis-ci.com/user/languages/python/
language: python
python:
- "2.6"
- "2.7"
install:
- pip install 'GitPython >= 0.2.0' --pre
- pip install 'pep8' --use-mirrors
script: nosetests test/unit