We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e7697 commit 203a7d6Copy full SHA for 203a7d6
tox.ini
@@ -56,13 +56,15 @@ commands =
56
coverage: coverage xml
57
58
[testenv:checkqa]
59
+extras =
60
deps =
61
flake8
62
commands =
63
flake8 --version
64
flake8 --statistics {posargs:pytest_django pytest_django_test tests}
65
66
[testenv:doc8]
67
68
basepython = python3.6
69
skip_install = true
70
@@ -77,6 +79,7 @@ extras = docs
77
79
commands = sphinx-build -n -W -b html -d docs/_build/doctrees docs docs/_build/html
78
80
81
[testenv:readme]
82
83
basepython = python3.5
84
85
readme_renderer
0 commit comments