Skip to content

Commit

Permalink
update python base images used in sanity tests: remove 3.3, add 3.6 a…
Browse files Browse the repository at this point in the history
…nd 3.7
  • Loading branch information
dcoker committed Aug 27, 2019
1 parent 82ae5f6 commit fa83a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_python_versions_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python setup.py sdist -d "${DIST_DIR}"
RELEASE=awsmfa-$(head -1 awsmfa/_version.py|cut -f4 -d\").tar.gz
echo __ testing release "${RELEASE}"
# Python.org (https://hub.docker.com/_/python/)
IMAGES="python:2.7-alpine python:3.3-alpine python:3.4-alpine python:3.5-alpine"
IMAGES="python:2.7-alpine python:3.4-alpine python:3.5-alpine python:3.6-alpine python:3.7-alpine"
# PyPy (https://hub.docker.com/_/pypy/). Not including 3 due to an
# incompatibility with the six module.
IMAGES="${IMAGES} pypy:2"
Expand Down

0 comments on commit fa83a74

Please sign in to comment.