Use consistent spacing in tox variables and lists
[mudpy.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 6e3bdb8..7cbc5e4 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,6 @@ ignore_basepython_conflict = True
 description = run the functional selftest with optimized configuration
 basepython = python3
 usedevelop = True
-install_command = pip install {opts} {packages}
 # TODO(fungi) Switch this to "error" once
 # https://github.com/pypa/setuptools/issues/2086 and
 # https://github.com/pypa/setuptools/issues/2466 are fixed in a new release of
@@ -21,7 +20,7 @@ install_command = pip install {opts} {packages}
 # calling imp instead of importlib so probably not while we still support 3.6
 setenv =
     PYTHONWARNINGS=default::DeprecationWarning
-    VIRTUALENV_CREATOR=venv
+    VIRTUALENV_CREATOR = venv
 commands = mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml
 
 [testenv:bandit]
@@ -80,9 +79,10 @@ commands = mudpy_selftest etc/mudpy.yaml
 [testenv:yamllint]
 description = test data files for correct syntax and formatting
 deps = yamllint
-commands = yamllint --strict {posargs} .
-usedevelop = False
+commands =
+    mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml
+    yamllint --strict {posargs} .
 
 [flake8]
 show-source = True
-exclude=.git,.tox,*lib/python*,*egg,build
+exclude = .git, .tox, *lib/python*, *egg, build