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

Add build to flake8 exclude.

since .flake8 files can't overwrite exclude if it's defined in tox.ini
parent 996182a6
No related branches found
No related tags found
1 merge request!4Add feature to raise SIDs defined on ports to services on those ports
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
envlist = py36 envlist = py36
[flake8] [flake8]
exclude = venv,.tox exclude = venv,.tox,build
[testenv] [testenv]
passenv = TEST_OPSDB_HOSTNAME TEST_OPSDB_DBNAME TEST_OPSDB_USERNAME TEST_OPSDB_PASSWORD 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