Skip to content
Snippets Groups Projects

feat(py3/py27): integrate pytest-html

Merged Laurent Peuch requested to merge topic/default/pytest-html into branch/default
2 unresolved threads
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
2
---
py27:
before_script:
- pip install tox
- pip install tox pytest-html
stage: tests
script: tox -e py27
script: tox -e py27 -- --html=py3.html --self-contained-html
artifacts:
paths:
- py27.html
- py27-deprecated-warnings.json
Loading