Repository: libcloud Updated Branches: refs/heads/trunk 08c5b2a1d -> 933785b1c
Explicitly list tox environments in Dockerfile - we don't want to run tests under 2.5 since Python 2.5 is not available in the docker image. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/933785b1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/933785b1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/933785b1 Branch: refs/heads/trunk Commit: 933785b1c7c5586a69522794d15c2cdbe7dcc472 Parents: 08c5b2a Author: Tomaz Muraus <[email protected]> Authored: Sun Nov 8 22:04:40 2015 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Nov 8 22:04:40 2015 +0100 ---------------------------------------------------------------------- contrib/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/933785b1/contrib/Dockerfile ---------------------------------------------------------------------- diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 73e3af9..2a49c46 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -37,4 +37,4 @@ RUN set -e && \ COPY . /libcloud WORKDIR /libcloud -CMD tox +CMD tox -e py2.6,py2.7,pypypy,py3.2,py3.3,py3.4,py3.5,lint
