2016-08-07 16:25:04 -04:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
- "3.3"
|
|
|
|
- "3.4"
|
|
|
|
- "3.5"
|
|
|
|
|
2016-08-16 17:21:09 -04:00
|
|
|
services:
|
|
|
|
- mongodb
|
|
|
|
|
2016-08-07 16:53:34 -04:00
|
|
|
install: pip install -r requirements.txt
|
2016-08-07 16:40:52 -04:00
|
|
|
script: python setup.py test
|