Skip to content

Commit

Permalink
Add codecov reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
lkraider committed Sep 22, 2017
1 parent 1c53233 commit 32baa07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ sudo: false

install:
- pip install tox
- pip install python-coveralls
- pip install python-coveralls codecov

script: tox -e ${TOX_ENV}

after_success:
- coveralls
- codecov -e TOX_ENV

cache: pip
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist = py27, py33, py34, py35, py36, pypy, pypy3
deps = -r{toxinidir}/test-requirements.txt
commands = py.test

[testenv:py34]
[testenv:py36]
commands = coverage run --source=schematics -m py.test
coverage report

Expand Down

0 comments on commit 32baa07

Please sign in to comment.