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 2011/09/06 22:34:58 UTC

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

Author: tomaz
Date: Tue Sep  6 20:34:57 2011
New Revision: 1165831

URL: http://svn.apache.org/viewvc?rev=1165831&view=rev
Log:
Add pypy target to tox.ini.

Modified:
    libcloud/trunk/tox.ini

Modified: libcloud/trunk/tox.ini
URL: http://svn.apache.org/viewvc/libcloud/trunk/tox.ini?rev=1165831&r1=1165830&r2=1165831&view=diff
==============================================================================
--- libcloud/trunk/tox.ini (original)
+++ libcloud/trunk/tox.ini Tue Sep  6 20:34:57 2011
@@ -1,5 +1,5 @@
 [tox]
-envlist = py25,py26,py27
+envlist = py25,py26,py27,pypy
 
 [testenv]
 deps = mock