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 2016/04/18 12:25:03 UTC

[04/12] libcloud git commit: Try to create lxml versions of all tox envs

Try to create lxml versions of all tox envs


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

Branch: refs/heads/trunk
Commit: 8143e793bb6af1526c1d74ea7441ba612e82d048
Parents: 99b420d
Author: Peter Schmidt <pe...@peterjs.com>
Authored: Mon Apr 18 16:39:50 2016 +1000
Committer: Peter Schmidt <pe...@peterjs.com>
Committed: Mon Apr 18 17:26:43 2016 +1000

----------------------------------------------------------------------
 tox.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/8143e793/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 2ebdd75..12de851 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},py3.5-lxml,lint
+envlist = py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5},py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5}-lxml,lint
 
 [testenv]
 deps =
@@ -21,7 +21,7 @@ basepython =
     py3.5: python3.5
 whitelist_externals = cp
 
-[testenv:py3.5-lxml]
+[testenv:py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5}-lxml]
 deps = -r{toxinidir}/requirements-tests.txt
        lxml