mirror of
https://github.com/bspeice/metrik
synced 2025-08-02 05:34:47 -04:00
Turns out Travis needs the TZ set
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user