From: Jeremy Stanley Date: Mon, 16 Jul 2018 03:26:05 +0000 (+0000) Subject: Run the selftest in base tox testenvs X-Git-Tag: 0.0.1~65 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=64f3412c31b3a763ee127ba76e4278b94d020af5 Run the selftest in base tox testenvs Configure tox so that the default (py35, py36, py37...) test environments run the selftest with the daemon test configuration. --- diff --git a/tox.ini b/tox.ini index edb0362..98fa5ec 100644 --- 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