Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
Declare test deps for Travis correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Aug 24, 2014
1 parent bd0b797 commit e48dcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e48dcaf

Please sign in to comment.