mirror of
https://github.com/bspeice/metrik
synced 2026-06-11 07:41:40 -04:00
Turns out Travis needs the TZ set
This commit is contained in:
+3
-1
@@ -7,6 +7,8 @@ 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
|
||||||
Reference in New Issue
Block a user