Skip to content
Snippets Groups Projects
Commit 8590480c authored by Robert Latta's avatar Robert Latta
Browse files

Changed passenv separator to comma

parent bc778441
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ envlist = py36
exclude = venv,.tox,build
[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
deps =
coverage
flake8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment