Browse Source

add coverage package for coveralls support

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
e76676e39d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -5,7 +5,7 @@ env:
- TOX_ENV=docs
- TOX_ENV=flake8
install:
- pip install tox coveralls
- pip install tox coveralls coverage
script:
- tox -e $TOX_ENV


Loading…
Cancel
Save