diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-22 11:40:10 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-24 06:54:17 -0400 |
commit | a6c969b19c6dacecac6ba7706326660084bbe131 (patch) | |
tree | d265cc0267e0a6a22fccf788603f1b59a79aa0e2 | |
parent | 6a1cf8af7b4ae901eda1d4ab194b4f682804c012 (diff) | |
download | python-coveragepy-git-a6c969b19c6dacecac6ba7706326660084bbe131.tar.gz |
It's ok for the docker images to be missing when we sterilize
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |