Skip to content

Commit

Permalink
pytest-html included
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Feb 27, 2017
1 parent e664e1d commit c99a908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pyvenv.cfg
/eggs
/fake-eggs
/htmlcov
/report-*.html
/include
/lib
/share
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ extras =
develop
test
commands =
py.test --cov=src --cov-report=xml {posargs}
py.test --cov=src --cov-report=xml --html=report-{envname}.html --self-contained-html {posargs}
setenv =
COVERAGE_FILE=.coverage.{envname}
deps =
pytest
pytest-cov
pytest-remove-stale-bytecode
pytest-mock
pytest-html

[testenv:py27-rp3]
commands =
Expand Down

0 comments on commit c99a908

Please sign in to comment.