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 2013/01/28 04:36:52 UTC

svn commit: r1439239 - /libcloud/trunk/tox.buildbot.ini

Author: tomaz
Date: Mon Jan 28 03:36:52 2013
New Revision: 1439239

URL: http://svn.apache.org/viewvc?rev=1439239&view=rev
Log:
Only use sitepackages option with py25 environment.

Modified:
    libcloud/trunk/tox.buildbot.ini

Modified: libcloud/trunk/tox.buildbot.ini
URL: http://svn.apache.org/viewvc/libcloud/trunk/tox.buildbot.ini?rev=1439239&r1=1439238&r2=1439239&view=diff
==============================================================================
--- libcloud/trunk/tox.buildbot.ini (original)
+++ libcloud/trunk/tox.buildbot.ini Mon Jan 28 03:36:52 2013
@@ -1,7 +1,6 @@
 [tox]
 
 envlist = py25,py26,py27,pypy,py32,py33
-sitepackages = True
 
 [testenv]
 deps = mock
@@ -10,6 +9,7 @@ deps = mock
 commands = python setup.py test
 
 [testenv:py25]
+sitepackages = True
 deps = mock
        lockfile
        simplejson