From 7387f9bea1d8c09b7f69109806fcc5c8de9c6ad4 Mon Sep 17 00:00:00 2001 From: willmcgugan Date: Tue, 27 Dec 2011 16:50:20 +0000 Subject: Python3 compatibility git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@725 67cdc799-7952-0410-af00-57a81ceafa0f --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index afe5da9..53fd49e 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ deps = distribute boto nose mako - pyftpdlib + pyftpdlib changedir=.tox commands = nosetests fs.tests -v \ [] @@ -22,7 +22,7 @@ deps = distribute nose mako pyftpdlib - simplejson + simplejson [testenv:py32] commands = nosetests fs.tests -v \ -- cgit v1.2.1