Files
@ e82ee8e024f4
Branch filter:
Location: gimmecert/tox.ini - annotation
e82ee8e024f4
445 B
text/x-ini
GC-11: Expanded help to include some more information on tool usage.
b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 b72c9a4a1a02 | [tox]
envlist = {py34,py35,py36},lint,doc
[testenv]
whitelist_externals =
make
basepython =
py34: python3.4
py35: python3.5
py36: python3.6
deps =
.[test]
commands =
pytest --basetemp={envtmpdir}
pytest --basetemp={envtmpdir} functional_tests/
[testenv:lint]
basepython = python3
deps =
.[testlint]
commands =
flake8
[testenv:doc]
basepython = python3
deps =
.[doc]
changedir = {toxinidir}/docs/
commands =
make html
|