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/20 18:56:53 UTC

libcloud git commit: Try using bash to see if this makes it pass on travis.

Repository: libcloud
Updated Branches:
  refs/heads/trunk 28f713131 -> 90d813ca6


Try using bash to see if this makes it pass on travis.


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

Branch: refs/heads/trunk
Commit: 90d813ca625259f51ec90df51d5c8bf9c1aec4d9
Parents: 28f7131
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Wed Sep 20 20:56:41 2017 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Wed Sep 20 20:56:41 2017 +0200

----------------------------------------------------------------------
 tox.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/90d813ca/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index c1334b0..7319fd3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,6 +21,7 @@ basepython =
     py3.5: python3.5
     py3.6: python3.6
 whitelist_externals = cp
+                      bash
                       scripts/*.sh
 
 [testenv:pypypy3]
@@ -87,7 +88,7 @@ commands = flake8 --ignore=E402 --exclude="test" libcloud/
            python -mjson.tool libcloud/data/pricing.json
 
 [testenv:checks]
-commands = ./scripts/check_file_names.sh
+commands = bash ./scripts/check_file_names.sh
 
 [testenv:integration]
 deps = -r{toxinidir}/integration/requirements.txt