Run the selftest in base tox testenvs
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 16 Jul 2018 03:26:05 +0000 (03:26 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 16 Jul 2018 03:26:05 +0000 (03:26 +0000)
Configure tox so that the default (py35, py36, py37...) test
environments run the selftest with the daemon test configuration.

tox.ini

diff --git a/tox.ini b/tox.ini
index edb0362..98fa5ec 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ install_command = pip install {opts} {packages}
 setenv =
     PYTHONWARNINGS=default::DeprecationWarning
 deps = -r{toxinidir}/test-requirements.txt
-commands = python setup.py test --slowest --testr-args='{posargs}'
+commands = mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml
 
 [testenv:dist]
 whitelist_externals = rm