--- py27: before_script: - pip install tox pytest-html stage: tests script: tox -e py27 -- --html=py3.html --self-contained-html artifacts: paths: - py27.html - py27-deprecated-warnings.json