Pad out the rest of Travis with lxml Hopefully makes this easier to review and decide one way or another what to do.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a552d711 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a552d711 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a552d711 Branch: refs/heads/trunk Commit: a552d711e1c07eefea4923e59d814651ddb1bb3d Parents: 81c7035 Author: Peter Schmidt <[email protected]> Authored: Mon Apr 18 17:41:22 2016 +1000 Committer: Peter Schmidt <[email protected]> Committed: Mon Apr 18 17:41:44 2016 +1000 ---------------------------------------------------------------------- .travis.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a552d711/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index b388634..afed5b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,30 @@ addons: matrix: fast_finish: true include: + - env: ENV=2.6-lxml + python: 2.6 + before_script: TOX_ENV=py2.6-lxml + - env: ENV=2.7-lxml + python: 2.7 + before_script: TOX_ENV=py2.7-lxml + - env: ENV=3.2-lxml + python: 3.2 + before_script: TOX_ENV=py3.2-lxml + - env: ENV=3.3-lxml + python: 3.3 + before_script: TOX_ENV=py3.3-lxml + - env: ENV=3.4-lxml + python: 3.4 + before_script: TOX_ENV=py3.4-lxml - env: ENV=3.5-lxml python: 3.5 before_script: TOX_ENV=py3.5-lxml + - env: ENV=pypy-lxml + python: pypy + before_script: TOX_ENV=pypypy-lxml + - env: ENV=pypy3-lxml + python: pypy3 + before_script: TOX_ENV=pypypy3-lxml - env: ENV=lint python: 2.7 before_script: TOX_ENV=lint
