From 5701ffa8d6bbf365434a24c05503df1b9f9573ee Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 20 Oct 2010 21:08:21 +0200 Subject: [PATCH] also fix py31 tox.ini entry --HG-- branch : trunk --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 80397c3d3..d71c795be 100644 --- a/tox.ini +++ b/tox.ini @@ -33,10 +33,10 @@ commands= make html [testenv:py31] -deps=dev pylib +deps=pylib [testenv:py32] -deps=dev pylib +deps=pylib [testenv:pypy] basepython=pypy-c