adding futures and pytz to travis

This commit is contained in:
Ilan Steemers
2015-06-24 16:11:12 +02:00
parent 7878b4c05c
commit 407c19d201

View File

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