phenny-1/.travis.yml

12 lines
147 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
2016-03-06 16:52:48 -05:00
- 3.4
- 3.5
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