From 5c3387371f9cbbbdb081931dce4f7b6498ae30cd Mon Sep 17 00:00:00 2001 From: "willmcgugan@gmail.com" Date: Wed, 26 Feb 2014 22:49:10 +0000 Subject: py2.6 fixes git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@885 67cdc799-7952-0410-af00-57a81ceafa0f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 1511ea5..06f76eb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py31,py32,pypy +envlist = py26,py27,py31,py32,py33,pypy sitepackages = False [testenv] -- cgit v1.2.1