Repository: libcloud
Updated Branches:
  refs/heads/trunk bc5e44ab8 -> 06381ffc7


Also run tests under PyPy3.


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

Branch: refs/heads/trunk
Commit: 06381ffc7cc7bbd059eb7d453d1c9c0d4a648ace
Parents: bc5e44a
Author: Tomaz Muraus <[email protected]>
Authored: Thu Jan 21 13:14:58 2016 +0100
Committer: Tomaz Muraus <[email protected]>
Committed: Thu Jan 21 13:14:58 2016 +0100

----------------------------------------------------------------------
 .travis.yml | 3 ++-
 tox.ini     | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/06381ffc/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index e7f1e85..c1311d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,8 @@ python:
     - 3.3
     - 3.4
     - 3.5
-    - "pypy"
+    - pypy
+    - pypy3
 os:
   - linux
   # Note: OS X has been broken on Travis for a long time

http://git-wip-us.apache.org/repos/asf/libcloud/blob/06381ffc/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index dbe83df..c08c4c2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py{2.5,2.6,2.7,pypy,3.2,3.3,3.4,3.5},lint
+envlist = py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5},lint
 
 [testenv]
 deps =
@@ -14,6 +14,7 @@ basepython =
     py2.6: python2.6
     {py2.7,lint,pylint,docs}: python2.7
     pypypy: pypy
+    pypypy3: pypy3
     py3.2: python3.2
     py3.3: python3.3
     py3.4: python3.4

Reply via email to