travis.yml: Add pytz to the dependencies list.

This commit is contained in:
Valentin Lorentz 2013-01-05 17:24:14 +01:00
parent a11cb6478a
commit 29b9e080ee
1 changed files with 1 additions and 0 deletions

View File

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