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 2016/12/27 20:28:31 UTC

[2/4] libcloud git commit: Add Python 3.6 to tox

Add Python 3.6 to tox


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

Branch: refs/heads/trunk
Commit: 0f12696ed2da72852a8a8cf7a7a00cb78b2745df
Parents: 0b5c270
Author: Anthony Shaw <an...@apache.org>
Authored: Wed Dec 28 07:08:47 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Dec 28 07:08:47 2016 +1100

----------------------------------------------------------------------
 tox.ini | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0f12696e/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 248b102..e41a912 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5},lint,pylint
+envlist = py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5,3.6},lint,pylint
 
 [testenv]
 passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
@@ -24,11 +24,12 @@ basepython =
     py3.3: python3.3
     py3.4: python3.4
     py3.5: python3.5
+    py3.6: python3.6
 whitelist_externals = cp
 
 # Explicitly spell out all environments to test with builtin xml and lxml,
 # as it seems I can't use the following:
-# [testenv:py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5}-lxml]
+# [testenv:py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5,3.6}-lxml]
 [testenv:py2.5-lxml]
 deps = -r{toxinidir}/requirements-tests.txt
        unittest2
@@ -60,7 +61,9 @@ deps = -r{toxinidir}/requirements-tests.txt
 [testenv:py3.5-lxml]
 deps = -r{toxinidir}/requirements-tests.txt
        lxml
-
+[testenv:py3.6-lxml]
+deps = -r{toxinidir}/requirements-tests.txt
+       lxml
 [testenv:docs]
 deps = sphinx
        pysphere