phenny-1/.travis.yml

8 lines
118 B
YAML
Raw Normal View History

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