We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tox-ini-fmt==0.5.0
[tox] envlist = py{py3, 39, 38, 37, 36} [testenv] extras = tests commands = {envpython} -m pytest --cov humanize --cov tests --cov-report xml {posargs} [testenv:docs] deps = -r docs/requirements.txt commands = mkdocs build [testenv:lint] passenv = PRE_COMMIT_COLOR skip_install = true deps = pre-commit commands = pre-commit run --all-files --show-diff-on-failure [pytest] addopts = --doctest-modules
--- tox.ini +++ tox.ini @@ -10,7 +10,7 @@ [testenv:docs] deps = - -r docs/requirements.txt + -r commands = mkdocs build
- -r docs/requirements.txt + -rdocs/requirements.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Input
Diff
Workaround
The text was updated successfully, but these errors were encountered: