phenny-1/.travis.yml

10 lines
135 B
YAML
Raw Normal View History

2013-07-21 02:12:13 -04:00
language: python
sudo: false
cache: pip
2013-07-21 02:12:13 -04:00
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