Skip to content
Snippets Groups Projects
Commit 315c2f64 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

exclude .tox folder from flake8

parent 1db807df
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
envlist = py36
[flake8]
exclude = venv
exclude = venv,.tox
[testenv]
passenv = TEST_OPSDB_HOSTNAME TEST_OPSDB_DBNAME TEST_OPSDB_USERNAME TEST_OPSDB_PASSWORD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment