Add py3 to the default tox env list
[mudpy.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index edb0362..3e19868 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
 
 [tox]
 minversion = 2.0
-envlist = dist, docs, flake8, yamllint
+envlist = dist, docs, flake8, yamllint, py3
 skipsdist = True
 
 [testenv]
@@ -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