phenny-1/.travis.yml

8 lines
112 B
YAML
Raw Normal View History

2013-07-21 02:12:13 -04:00
language: python
python:
- 3.2
- 3.3
2013-07-21 02:12:13 -04:00
install:
- pip install -r requirements.txt --use-mirrors
2013-07-21 02:12:13 -04:00
script: nosetests