Skip to content

Commit

Permalink
Add .tox to the list of directories ignored by flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmrk committed Jan 5, 2019
1 parent 2e62e88 commit ce207eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Expand Up @@ -9,6 +9,8 @@ exclude =
# virtual enviroments
venv
env
# tox
.tox

[coverage:run]
source =
Expand Down

0 comments on commit ce207eb

Please sign in to comment.