terracotta/.travis.yml
2012-07-25 17:07:14 +10:00

9 lines
133 B
YAML

language: python
python:
- 2.6
- 2.7
install:
- python ./setup.py install
- pip install nose --use-mirrors
script: nosetests