From 407c19d2017a5ee7b76369371cd67e4fb4b598a1 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 24 Jun 2015 16:11:12 +0200 Subject: [PATCH] adding futures and pytz to travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04b0434..7888a52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: install: - pip install -q django==$DJANGO --use-mirrors - - pip install redis coveralls coloredlogs hiredis jsonpickle simplejson --use-mirrors + - pip install redis coveralls coloredlogs hiredis jsonpickle simplejson future pytz --use-mirrors - python setup.py install script: