From e81aa46d2256746daee20a614661d7c34f7dcd69 Mon Sep 17 00:00:00 2001 From: "gcode@loowis.durge.org" Date: Mon, 6 Jun 2011 10:37:46 +0000 Subject: Fix tox.ini settings - dependencies for py25 were incorrect, which meant it was using the *system* nosetests command! git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@714 67cdc799-7952-0410-af00-57a81ceafa0f --- tox.ini | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 1d849a1..0f5231f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,23 +1,20 @@ [tox] envlist = py25,py26,py27 [testenv] -deps=dexml +deps = dexml paramiko boto nose mako pyftpdlib - -[testenv:py25] -deps = simplejson -commands = nosetests -v \ - [] - -[testenv:py26] -commands = nosetests -v \ - [] - -[testenv:py27] commands = nosetests -v \ [] +[testenv:py25] +deps = dexml + paramiko + boto + nose + mako + pyftpdlib + simplejson -- cgit v1.2.1