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-16 17:38:30 -04:00
|
|
|
|
|
|
|
before_install:
|
|
|
|
- export TZ=America/New_York
|
2016-08-24 17:43:11 -04:00
|
|
|
# Encrypted .metrik.enc file contains credentials for services that are behind OAuth, etc.
|
2016-08-24 17:48:08 -04:00
|
|
|
- openssl aes-256-cbc -K $encrypted_4cca49abdb96_key -iv $encrypted_4cca49abdb96_iv -in .metrik.enc -out ~/.metrik -d
|
2016-08-24 17:43:11 -04:00
|
|
|
|
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
|