Skip to content

Commit c8c1ac9

Browse files
committed
ignore migrations folder in tox
1 parent b56a78e commit c8c1ac9

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
@@ -16,7 +16,7 @@ deps =
1616
flake8-quotes
1717
pep8-naming
1818
commands =
19-
flake8 {posargs:.}
19+
flake8 --exclude './multinet/api/migrations/*.py' {posargs:./multinet}
2020

2121
[testenv:type]
2222
skipsdist = true

0 commit comments

Comments
 (0)