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/08/01 22:05:22 UTC

[1/2] git commit: Have tox check that the docs compile all right

Updated Branches:
  refs/heads/trunk add4cfa89 -> 93db5c094


Have tox check that the docs compile all right

Signed-off-by: Tomaz Muraus <to...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/bf8d8fad
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/bf8d8fad
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/bf8d8fad

Branch: refs/heads/trunk
Commit: bf8d8fad8e5849256a48d3f56923ac561ae1b1cc
Parents: add4cfa
Author: Alex Gaynor <al...@gmail.com>
Authored: Thu Aug 1 11:41:05 2013 -0700
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Aug 1 21:52:43 2013 +0200

----------------------------------------------------------------------
 .travis.yml | 1 +
 tox.ini     | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/bf8d8fad/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f750c18..1d5d44f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ env:
   - TOX_ENV=pypy
   - TOX_ENV=py32
   - TOX_ENV=py33
+  - TOX_ENV=docs
 
 install:
   - pip install tox

http://git-wip-us.apache.org/repos/asf/libcloud/blob/bf8d8fad/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 536b750..3730105 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py25,py26,py27,pypy,py32,py33
+envlist = py25,py26,py27,pypy,py32,py33,docs
 setenv =
     PIP_USE_MIRRORS=1
 
@@ -34,3 +34,9 @@ deps = mock
 [testenv:py33]
 deps = mock
        lockfile
+
+[testenv:docs]
+deps = sphinx
+basepython = python
+changedir = docs
+commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html


[2/2] git commit: Add empty _static directory to version control.

Posted by to...@apache.org.
Add empty _static directory to version control.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/93db5c09
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/93db5c09
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/93db5c09

Branch: refs/heads/trunk
Commit: 93db5c09431fe03ff6973a8c0602e27cb1621d76
Parents: bf8d8fa
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Aug 1 22:05:07 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Aug 1 22:05:07 2013 +0200

----------------------------------------------------------------------
 docs/_static/.gitignore | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/93db5c09/docs/_static/.gitignore
----------------------------------------------------------------------
diff --git a/docs/_static/.gitignore b/docs/_static/.gitignore
new file mode 100644
index 0000000..e69de29