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/19 20:30:55 UTC

[02/11] libcloud git commit: Run checks step on Travis CI.

Run checks step on Travis CI.


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

Branch: refs/heads/trunk
Commit: 942255a6998c37d73cffba8ad90516b34f520c19
Parents: 60701af
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Tue Sep 19 18:14:44 2017 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Tue Sep 19 18:14:44 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/942255a6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8109850..fdebbf7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,9 @@ addons:
 matrix:
   fast_finish: true
   include:
+    - env: ENV=checks
+      python: 2.7
+      before_script: TOX_ENV=checks
     - env: ENV=lint
       python: 2.7
       before_script: TOX_ENV=lint