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/02 05:12:21 UTC

[11/12] libcloud git commit: remove the lxml build from tox

remove the lxml build from tox


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

Branch: refs/heads/trunk
Commit: ff4b9478886981381e287e259d5c00d2c432716f
Parents: 13a986b
Author: Anthony Shaw <an...@apache.org>
Authored: Mon Apr 24 15:26:18 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Apr 24 15:26:18 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/ff4b9478/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 47e22f4..7577eeb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,7 +48,8 @@ matrix:
   # For now allow failures of all the builds which use lxml
   allow_failures:
     - env: ENV=coverage
-    - env: ENV=pypy3
+    - env:
+      python: pypy3
       # Trigger ReadTheDocs build
 
 install:

http://git-wip-us.apache.org/repos/asf/libcloud/blob/ff4b9478/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 59bddf2..cef485c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,35 +27,6 @@ whitelist_externals = cp
 commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
            python -m unittest discover libcloud/test
 
-# 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,3.6}-lxml]
-[testenv:py2.6-lxml]
-deps = -r{toxinidir}/requirements-tests.txt
-       unittest2
-       paramiko
-       lxml
-[testenv:py2.7-lxml]
-deps = -r{toxinidir}/requirements-tests.txt
-       lxml
-[testenv:pypypy-lxml]
-deps = -r{toxinidir}/requirements-tests.txt
-       lxml
-[testenv:pypypy3-lxml]
-deps = -r{toxinidir}/requirements-tests.txt
-       lxml
-[testenv:py3.3-lxml]
-deps = -r{toxinidir}/requirements-tests.txt
-       lxml
-[testenv:py3.4-lxml]
-deps = -r{toxinidir}/requirements-tests.txt
-       lxml
-[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