summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8f2245e..d1f4042 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,8 @@ python:
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install -r py26-requirements.txt; fi
- pip install -r requirements.txt
- - pip install coveralls --use-mirrors
- #- pip install nose # installed by Travis by default already
+ - pip install coveralls
+ - pip install pytz
script:
- nosetests --with-coverage --cover-erase --cover-package=times
after_success: