From 79bda14bed847aa631fbe805a6b956c8539ecead Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Sat, 26 Apr 2014 00:32:27 -0400 Subject: [PATCH] pytest-xdist and Python 3.2 do not get along --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index d1c8e6336..0d7478989 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,10 @@ deps = commands = py.test -n 8 [] +[testenv:py32] +commands = + py.test [] + [testenv:docs] deps = sphinx basepython = python2.7