From 4ce937978ef76232ba277c2456b054c0a5b18b14 Mon Sep 17 00:00:00 2001 From: Luiz Menezes Date: Sun, 6 May 2018 19:23:56 -0300 Subject: [PATCH] Add pytest-xdist --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 44f803d..5dab765 100644 --- a/tox.ini +++ b/tox.ini @@ -11,12 +11,13 @@ deps = flake8 [testenv] commands = - ./runtests.sh {posargs} + ./runtests.sh -n 4 {posargs} deps = Flask<1 mock pytest pytest-httpbin + pytest-xdist PyYAML requests27: requests==2.7.0 httplib2: httplib2