pytest-xdist and Python 3.2 do not get along

This commit is contained in:
Donald Stufft 2014-04-26 00:32:27 -04:00
parent ea8d16d7f4
commit 79bda14bed
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ deps =
commands =
py.test -n 8 []
[testenv:py32]
commands =
py.test []
[testenv:docs]
deps = sphinx
basepython = python2.7