From 29b9e080ee484c204affb51b4e97b8eecf2beaa2 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 5 Jan 2013 17:24:14 +0100 Subject: [PATCH] travis.yml: Add pytz to the dependencies list. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 07d488445..46722bd1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "2.5" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: + - pytz # command to run tests, e.g. python setup.py test script: - python setup.py install