Install coverage on Travis

This commit is contained in:
Carlton Gibson 2016-11-02 21:33:59 +01:00
parent 1c82b866c2
commit 82aea82460
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ python: '3.5'
cache: pip cache: pip
install: install:
- pip install tox - pip install coverage tox
script: script:
- coverage erase - coverage erase