diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-05 11:44:02 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-05 11:44:02 -0400 |
| commit | 6a164bd73b0f2a76da24d62dea48161c99a7745a (patch) | |
| tree | 1e61ba623eb9e694afa6ae432ef1d6db16a930c7 /Makefile | |
| parent | 27423b82c913011f6115b9cc79910de112dc57b8 (diff) | |
| download | python-coveragepy-git-6a164bd73b0f2a76da24d62dea48161c99a7745a.tar.gz | |
docker --rm to clean up unneeded containers
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,8 +70,8 @@ wheel: tox -c tox_wheels.ini $(ARGS) manylinux: - docker run -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/ci/manylinux.sh build - docker run -v `pwd`:/io quay.io/pypa/manylinux1_i686 /io/ci/manylinux.sh build + docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/ci/manylinux.sh build + docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_i686 /io/ci/manylinux.sh build kit_upload: twine upload dist/* |
