From f9e8c35f01c72a1928b9ea05a3d51aa5cab70943 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 5 Jan 2013 17:44:27 +0100 Subject: [PATCH] travis.yml: fix config. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 46722bd1c..bbf47647f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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