From 4c2be2af0c328d4d413e8f26a9056d2102e94ea9 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 1 Aug 2016 19:42:49 -0300 Subject: [test] adds optional parallel env for local dev --- testing/tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/testing/tox.ini b/testing/tox.ini index 246f63fa..83793cc7 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -27,3 +27,10 @@ install_command = pip install {opts} {packages} changedir = .. deps = pep8 commands = pep8 {posargs} client server common + +[testenv:parallel] +deps = + {[testenv]deps} + pytest-xdist +install_command = pip install {opts} {packages} +commands = py.test {posargs} -n 4 -- cgit v1.2.3