summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-08-22 11:40:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-08-24 06:54:17 -0400
commita6c969b19c6dacecac6ba7706326660084bbe131 (patch)
treed265cc0267e0a6a22fccf788603f1b59a79aa0e2
parent6a1cf8af7b4ae901eda1d4ab194b4f682804c012 (diff)
downloadpython-coveragepy-git-a6c969b19c6dacecac6ba7706326660084bbe131.tar.gz
It's ok for the docker images to be missing when we sterilize
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ef522a0..4c29c368 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ clean:
sterile: clean
-rm -rf .tox*
- -docker image rm quay.io/pypa/manylinux1_i686 quay.io/pypa/manylinux1_x86_64
+ -docker image rm -f quay.io/pypa/manylinux1_i686 quay.io/pypa/manylinux1_x86_64
LINTABLE = coverage tests igor.py setup.py __main__.py