mirror of
https://github.com/bspeice/metrik
synced 2024-11-23 15:48:10 -05:00
Turns out Travis needs the TZ set
This commit is contained in:
parent
cfa33db624
commit
a049c7da62
@ -8,5 +8,7 @@ python:
|
|||||||
services:
|
services:
|
||||||
- mongodb
|
- mongodb
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- export TZ=America/New_York
|
||||||
install: pip install -r requirements.txt
|
install: pip install -r requirements.txt
|
||||||
script: python setup.py test
|
script: python setup.py test
|
Loading…
Reference in New Issue
Block a user