-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
tox-ini-fmt==0.5.0
Input
[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
Diff
--- tox.ini
+++ tox.ini
@@ -10,7 +10,7 @@
[testenv:docs]
deps =
- -r docs/requirements.txt
+ -r
commands =
mkdocs build
Workaround
- -r docs/requirements.txt
+ -rdocs/requirements.txt
tpvasconcelos, CAM-Gerlach and rouge8
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working