Repository: libcloud Updated Branches: refs/heads/trunk 3ac0532cc -> 08c5b2a1d
Update tests Dockerfile - run all the tox targets and also run tests under Python 3.5. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/08c5b2a1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/08c5b2a1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/08c5b2a1 Branch: refs/heads/trunk Commit: 08c5b2a1de90c3e3d60c65224bb2b06bac17ff69 Parents: 3ac0532 Author: Tomaz Muraus <[email protected]> Authored: Sun Nov 8 19:27:02 2015 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Nov 8 19:27:02 2015 +0100 ---------------------------------------------------------------------- contrib/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/08c5b2a1/contrib/Dockerfile ---------------------------------------------------------------------- diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 0d64590..73e3af9 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -14,12 +14,14 @@ RUN set -e && \ python3.2 \ python3.3 \ python3.4 \ + python3.5 \ python-dev \ python2.6-dev \ python2.7-dev \ python3.2-dev \ python3.3-dev \ python3.4-dev \ + python3.5-dev \ python-pip RUN set -e && \ @@ -35,4 +37,4 @@ RUN set -e && \ COPY . /libcloud WORKDIR /libcloud -CMD tox -e py26,py27,pypy,py32,py33,py34,lint +CMD tox
