Turns out Travis needs the TZ set

master
Bradlee Speice 2016-08-16 17:38:30 -04:00
parent cfa33db624
commit a049c7da62
1 changed files with 3 additions and 1 deletions

View File

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