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/05/16 21:47:51 UTC

libcloud git commit: allow pypy to fail for now

Repository: libcloud
Updated Branches:
  refs/heads/trunk 862daa862 -> f3c7474b8


allow pypy to fail for now


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

Branch: refs/heads/trunk
Commit: f3c7474b8889bbaf31ce1fb1f2f56ba5a7c9ec30
Parents: 862daa8
Author: Anthony Shaw <an...@apache.org>
Authored: Sat May 13 14:20:46 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Sat May 13 14:20:46 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/f3c7474b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7577eeb..a7e784f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,8 @@ matrix:
     - env: ENV=coverage
     - env:
       python: pypy3
+    - env:
+      python: pypy
       # Trigger ReadTheDocs build
 
 install: