Skip to content

tox: unset extras with non-default factors #831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,15 @@ commands =
coverage: coverage xml

[testenv:checkqa]
extras =
deps =
flake8
commands =
flake8 --version
flake8 --statistics {posargs:pytest_django pytest_django_test tests}

[testenv:doc8]
extras =
basepython = python3.6
skip_install = true
deps =
Expand All @@ -77,6 +79,7 @@ extras = docs
commands = sphinx-build -n -W -b html -d docs/_build/doctrees docs docs/_build/html

[testenv:readme]
extras =
basepython = python3.5
deps =
readme_renderer
Expand Down