travis.yml: fix config.

This commit is contained in:
Valentin Lorentz 2013-01-05 17:44:27 +01:00
parent 7edbb7b6c3
commit f9e8c35f01
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ python:
- "2.5"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pytz
- pip install pytz
# command to run tests, e.g. python setup.py test
script:
- python setup.py install