Skip to content

Commit 64acae4

Browse files
committed
Drop default arguments when running "tox -e flake8"
1 parent 68ae0b1 commit 64acae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ passenv=HOME TRAVIS DOCKER_CERT_PATH DOCKER_HOST DOCKER_TLS_VERIFY
1111

1212
[testenv:flake8]
1313
deps=hacking
14-
commands=flake8 {posargs:testinfra test}
14+
commands=flake8 {posargs}
1515

1616
[testenv:pylint]
1717
deps=

0 commit comments

Comments
 (0)