Skip to content

Replaces '-r docs/requirements.txt' with '-r' #49

@hugovk

Description

@hugovk
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions