diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-07-19 16:52:57 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-07-19 16:52:57 -0400 |
commit | 9a9fe6958412ff9ce447355081c74f7acb3bf857 (patch) | |
tree | d9b19f9077186db63d002e34ab385e4e94007ac0 /Makefile | |
parent | 7021c4e31e458ea25d6f2b6b8365fd0ac7fa978c (diff) | |
download | python-coveragepy-git-9a9fe6958412ff9ce447355081c74f7acb3bf857.tar.gz |
A better way to get the latest manylinux docker images
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -30,6 +30,8 @@ clean: sterile: clean -rm -rf .tox* + -docker image rm quay.io/pypa/manylinux1_i686 quay.io/pypa/manylinux1_x86_64 + LINTABLE = coverage tests igor.py setup.py __main__.py @@ -67,9 +69,6 @@ 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 |