Don't run lxml targets locally by default when using tox command.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/96f70433 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/96f70433 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/96f70433 Branch: refs/heads/trunk Commit: 96f7043336e1452799a0caf78ebe31095065e30e Parents: cce1122 Author: Tomaz Muraus <[email protected]> Authored: Mon Apr 18 12:13:32 2016 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Mon Apr 18 12:13:32 2016 +0200 ---------------------------------------------------------------------- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/96f70433/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 76a4fac..e7cb5a3 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},py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5}-lxml,lint +envlist = py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5},lint [testenv] deps =
