Skip to content

Commit

Permalink
Setup codecov in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve committed Mar 5, 2020
1 parent 6a1230c commit e47be3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ envlist = py{27,35,36,37,38},pep8
max-line-length = 120

[testenv]
deps = pytest
deps = pytest,coverage,codecov
passenv = CI TRAVIS TRAVIS_*
extras = test,pandas,hdf,thermocouple_scaling
commands =
python -m pytest []
python -m coverage run -m pytest []
codecov

[testenv:pep8]
skip_install = True
Expand Down

0 comments on commit e47be3a

Please sign in to comment.