diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-07-19 15:58:22 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-07-19 15:58:22 -0400 |
commit | a02d03e6e5b8fd7f2c84ea4ba2a8f4213e3ab8df (patch) | |
tree | 1bd7ffb7ebbda0dd026e921d32490db2dae57ae1 | |
parent | 412dd8229c4ddbfc89fba05bf58538ad88de6123 (diff) | |
download | python-coveragepy-git-a02d03e6e5b8fd7f2c84ea4ba2a8f4213e3ab8df.tar.gz |
Make it easy to get the latest manylinux
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |