tox-travis icon indicating copy to clipboard operation
tox-travis copied to clipboard

Multiline environment specification broken

Open maxwellmckinnon opened this issue 5 years ago • 1 comments

[testenv]
deps =
    pytest
    u: pylint

commands =
    u: pylint -E .
    s: pytest \
    -c tox.ini \
    --junit-prefix={envname} {posargs}

Breaks

ERROR: InvocationError for command could not find executable c

maxwellmckinnon avatar Feb 27 '20 17:02 maxwellmckinnon

tox==3.14.5

maxwellmckinnon avatar Feb 27 '20 17:02 maxwellmckinnon