You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/04/02 11:38:55 UTC

[13/16] libcloud git commit: add bottle as a dep for the linting stage

add bottle as a dep for the linting stage


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

Branch: refs/heads/trunk
Commit: 040067be7d9e8f77e42cefcbbb8e292f3c2a8746
Parents: b3b3ebe
Author: Anthony Shaw <an...@apache.org>
Authored: Sat Apr 1 14:23:34 2017 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Sat Apr 1 14:23:34 2017 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/040067be/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index c3e4a57..00c76cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -81,6 +81,7 @@ commands = python contrib/scrape-ec2-prices.py
 [testenv:pylint]
 deps = -r{toxinidir}/requirements-tests.txt
        backports.ssl_match_hostname
+       bottle
 commands = pylint -E --rcfile=./.pylintrc libcloud/common/
            pylint -E --rcfile=./.pylintrc libcloud/container/
            pylint -E --rcfile=./.pylintrc libcloud/backup/
@@ -106,4 +107,4 @@ commands = flake8 --ignore=E402 --exclude="test" libcloud/
 [testenv:integration]
 deps = -r{toxinidir}/integration/requirements.txt
 
-commands = python -m integration
\ No newline at end of file
+commands = python -m integration