From 886ef2e40be36b0ea5fff62c68999b337e9fef39 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 13 Aug 2016 10:15:22 -0400 Subject: [PATCH] ...and set it to the right zone --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 79e5406..e04a26b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ python: - "3.5" before_install: - - export TZ=Australia/Canberra + - export TZ=America/New_York install: pip install -r requirements.txt script: python setup.py test \ No newline at end of file