Skip to content

Commit

Permalink
Do pip install of coverage during travis-ci run (#237)
Browse files Browse the repository at this point in the history
This is a requirement for nose to generate a coverage report, subsequently
uploaded to codecov.
  • Loading branch information
stefanv authored and bnaul committed Jan 31, 2017
1 parent 21e5543 commit 9a7eb12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone/travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ section_end "create.virtualenv"
section "install.base.requirements"
pip install --upgrade pip
hash -d pip # find upgraded pip
pip install --retries 3 -q requests six python-dateutil nose nose-exclude mock
pip install --retries 3 -q requests six python-dateutil nose nose-exclude \
mock coverage
section_end "install.base.requirements"


Expand Down

0 comments on commit 9a7eb12

Please sign in to comment.