2013-07-21 02:12:13 -04:00
|
|
|
language: python
|
2016-03-06 16:49:29 -05:00
|
|
|
sudo: false
|
|
|
|
cache: pip
|
2013-07-21 02:12:13 -04:00
|
|
|
python:
|
2013-07-21 02:27:26 -04:00
|
|
|
- 3.2
|
|
|
|
- 3.3
|
2013-07-21 02:12:13 -04:00
|
|
|
install:
|
2013-07-21 02:27:26 -04:00
|
|
|
- pip install -r requirements.txt --use-mirrors
|
2013-07-21 02:12:13 -04:00
|
|
|
script: nosetests
|