Skip to content

Commit b01ab36

Browse files
authored
Also runs linter on tests folder in tox.ini (#552)
Note the `Makfile` is already doing so via the `lint` target.
1 parent f4cc9c0 commit b01ab36

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python =
1111
[testenv:flake8]
1212
basepython = python
1313
deps = flake8
14-
commands = flake8 {{ cookiecutter.project_slug }}
14+
commands = flake8 {{ cookiecutter.project_slug }} tests
1515

1616
[testenv]
1717
setenv =

0 commit comments

Comments
 (0)