projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a903d4
)
Run the selftest in base tox testenvs
author
Jeremy Stanley
<fungi@yuggoth.org>
Mon, 16 Jul 2018 03:26:05 +0000
(
03:26
+0000)
committer
Jeremy 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
patch
|
blob
|
history
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