1
0
mirror of https://github.com/bspeice/metrik synced 2024-09-28 13:41:31 -04:00

Turns out Travis needs the TZ set

This commit is contained in:
Bradlee Speice 2016-08-16 17:38:30 -04:00
parent cfa33db624
commit a049c7da62

View File

@ -8,5 +8,7 @@ python:
services:
- mongodb
before_install:
- export TZ=America/New_York
install: pip install -r requirements.txt
script: python setup.py test