mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
Removed Python2 support
Closes: #6890 Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
This commit is contained in:
parent
eab3aab9be
commit
e8424d5ae0
80 changed files with 18 additions and 378 deletions
|
|
@ -11,7 +11,7 @@ docker run --rm \
|
|||
"$TAG" tox -e pre-commit
|
||||
|
||||
get_versions="docker run --rm
|
||||
--entrypoint=/code/.tox/py27/bin/python
|
||||
--entrypoint=/code/.tox/py37/bin/python
|
||||
$TAG
|
||||
/code/script/test/versions.py docker/docker-ce,moby/moby"
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ fi
|
|||
|
||||
|
||||
BUILD_NUMBER=${BUILD_NUMBER-$USER}
|
||||
PY_TEST_VERSIONS=${PY_TEST_VERSIONS:-py27,py37}
|
||||
PY_TEST_VERSIONS=${PY_TEST_VERSIONS:-py37}
|
||||
|
||||
for version in $DOCKER_VERSIONS; do
|
||||
>&2 echo "Running tests against Docker $version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue