Skip to content

Commit 6a35288

Browse files
authored
Exclude tox environments explicitly
1 parent 462be2e commit 6a35288

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
@@ -8,5 +8,5 @@ commands = flake8
88

99
[flake8]
1010
ignore = E251,E128
11-
exclude = djangocms_file/migrations/*,djangocms_file/south_migrations/*
11+
exclude = djangocms_file/migrations/*,djangocms_file/south_migrations/*,.tox/*
1212
max-line-length = 80

0 commit comments

Comments
 (0)