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:35:02 UTC

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

Author: tomaz
Date: Mon Jan 28 03:35:01 2013
New Revision: 1439238

URL: http://svn.apache.org/viewvc?rev=1439238&view=rev
Log:
Use sitepackages = True option with buildbot tox config.

Modified:
    libcloud/trunk/tox.buildbot.ini

Modified: libcloud/trunk/tox.buildbot.ini
URL: http://svn.apache.org/viewvc/libcloud/trunk/tox.buildbot.ini?rev=1439238&r1=1439237&r2=1439238&view=diff
==============================================================================
--- libcloud/trunk/tox.buildbot.ini (original)
+++ libcloud/trunk/tox.buildbot.ini Mon Jan 28 03:35:01 2013
@@ -1,6 +1,7 @@
 [tox]
 
 envlist = py25,py26,py27,pypy,py32,py33
+sitepackages = True
 
 [testenv]
 deps = mock