From a049c7da62e0bd82bdf8c7d96e3d08ff82843020 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Tue, 16 Aug 2016 17:38:30 -0400 Subject: [PATCH] Turns out Travis needs the TZ set --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c3f31e..4fc0c9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ python: services: - mongodb - + +before_install: + - export TZ=America/New_York install: pip install -r requirements.txt script: python setup.py test \ No newline at end of file