Skip to content

Commit

Permalink
added passenv to upload coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aodag committed Oct 1, 2018
1 parent 8ade2e9 commit 5146dff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Expand Up @@ -7,6 +7,10 @@ commands =
py.test webdispatch

[testenv:coverage]
passenv =
CI
TRAVIS
TRAVIS_*
basepython = python3.6
commands =
pip install -e .[testing] -c constraints.txt
Expand Down

0 comments on commit 5146dff

Please sign in to comment.