1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

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

View file

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