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 2017/09/10 19:51:56 UTC

[7/8] libcloud git commit: No need for a semi colon.

No need for a semi colon.


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

Branch: refs/heads/trunk
Commit: e2d99e1540d36151f5092303b7b13dbc9c86d8e3
Parents: a212c3d
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Sun Sep 10 21:43:58 2017 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Sun Sep 10 21:51:29 2017 +0200

----------------------------------------------------------------------
 tox.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/e2d99e15/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 6553720..685325d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,7 +36,7 @@ deps = sphinx
 changedir = docs
 commands = python ../contrib/generate_provider_feature_matrix_table.py
            sphinx-apidoc -d 4 ../libcloud/ -o apidocs/
-           /bin/bash -c "ls apidocs/modules.rst && (grep orphan apidocs/modules.rst || sed -i '1i :orphan:\n' apidocs/modules.rst) || (exit 0)" ;
+           /bin/bash -c "ls apidocs/modules.rst && (grep orphan apidocs/modules.rst || sed -i '1i :orphan:\n' apidocs/modules.rst) || (exit 0)"
            sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html
 
 [testenv:docs-travis]
@@ -48,7 +48,7 @@ deps = sphinx
        lockfile
 changedir = docs
 commands = python ../contrib/generate_provider_feature_matrix_table.py
-           /bin/bash -c "ls apidocs/modules.rst && (grep orphan apidocs/modules.rst || sed -i '1i :orphan:\n' apidocs/modules.rst) || (exit 0)" ;
+           /bin/bash -c "ls apidocs/modules.rst && (grep orphan apidocs/modules.rst || sed -i '1i :orphan:\n' apidocs/modules.rst) || (exit 0)"
            sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html
 
 [testenv:scrape-ec2-prices]