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