diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-07-19 16:03:55 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-07-19 16:03:55 -0400 |
| commit | 7021c4e31e458ea25d6f2b6b8365fd0ac7fa978c (patch) | |
| tree | 2b734162a25c9020285eaf86d0ba1f4a11350095 /Makefile | |
| parent | b7ca9039c68fefff93f8c787f0c1589e097c8e4f (diff) | |
| parent | a02d03e6e5b8fd7f2c84ea4ba2a8f4213e3ab8df (diff) | |
| download | python-coveragepy-git-7021c4e31e458ea25d6f2b6b8365fd0ac7fa978c.tar.gz | |
Merge branch 'coverage-4.5.1x'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,6 +67,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 |
