...and set it to the right zone

master
Bradlee Speice 2016-08-13 10:15:22 -04:00
parent 58044a878d
commit 886ef2e40b
1 changed files with 1 additions and 1 deletions

View File

@ -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