summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-07-19 15:58:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-07-19 15:58:22 -0400
commita02d03e6e5b8fd7f2c84ea4ba2a8f4213e3ab8df (patch)
tree1bd7ffb7ebbda0dd026e921d32490db2dae57ae1
parent412dd8229c4ddbfc89fba05bf58538ad88de6123 (diff)
downloadpython-coveragepy-git-a02d03e6e5b8fd7f2c84ea4ba2a8f4213e3ab8df.tar.gz
Make it easy to get the latest manylinux
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6174d777..21e8856b 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,9 @@ kit:
wheel:
tox -c tox_wheels.ini $(ARGS)
+manylinux_clean:
+ docker image rm quay.io/pypa/manylinux1_i686 quay.io/pypa/manylinux1_x86_64
+
manylinux:
docker run -it --init --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/ci/manylinux.sh build
docker run -it --init --rm -v `pwd`:/io quay.io/pypa/manylinux1_i686 /io/ci/manylinux.sh build