Skip to content

Commit 203a7d6

Browse files
authored
tox: unset extras with non-default factors (#831)
"extras" gets inherited from "testenv".
1 parent 35e7697 commit 203a7d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,15 @@ commands =
5656
coverage: coverage xml
5757

5858
[testenv:checkqa]
59+
extras =
5960
deps =
6061
flake8
6162
commands =
6263
flake8 --version
6364
flake8 --statistics {posargs:pytest_django pytest_django_test tests}
6465

6566
[testenv:doc8]
67+
extras =
6668
basepython = python3.6
6769
skip_install = true
6870
deps =
@@ -77,6 +79,7 @@ extras = docs
7779
commands = sphinx-build -n -W -b html -d docs/_build/doctrees docs docs/_build/html
7880

7981
[testenv:readme]
82+
extras =
8083
basepython = python3.5
8184
deps =
8285
readme_renderer

0 commit comments

Comments
 (0)