You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2012/10/01 03:29:00 UTC

svn commit: r1392158 - /libcloud/trunk/tox.ini

Author: tomaz
Date: Mon Oct  1 01:29:00 2012
New Revision: 1392158

URL: http://svn.apache.org/viewvc?rev=1392158&view=rev
Log:
Update tox.ini file to also run tests with Python 3.3.

Modified:
    libcloud/trunk/tox.ini

Modified: libcloud/trunk/tox.ini
URL: http://svn.apache.org/viewvc/libcloud/trunk/tox.ini?rev=1392158&r1=1392157&r2=1392158&view=diff
==============================================================================
--- libcloud/trunk/tox.ini (original)
+++ libcloud/trunk/tox.ini Mon Oct  1 01:29:00 2012
@@ -1,5 +1,5 @@
 [tox]
-envlist = py25,py26,py27,pypy,py32
+envlist = py25,py26,py27,pypy,py32,py33
 
 [testenv]
 deps = mock
@@ -12,3 +12,6 @@ deps = mock
 
 [testenv:py32]
 deps = mock
+
+[testenv:py33]
+deps = mock