summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-10-26 13:07:25 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-10-26 13:07:25 -0400
commita67ce34438e4c33113064330d6f5ae861fecbc12 (patch)
treed5e199a42837c3935472eef1693fe48930184996 /howto.txt
parent6025d999e1f2d88dfcdaa169fc4eb0da7245756e (diff)
downloadpython-coveragepy-git-a67ce34438e4c33113064330d6f5ae861fecbc12.tar.gz
Use docker run --init so that we can interrupt tests if need be
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index 467eb6d0..97f817e3 100644
--- a/howto.txt
+++ b/howto.txt
@@ -93,7 +93,7 @@
- $ tox
- Testing on Linux:
- - $ docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/ci/manylinux.sh test
+ - $ docker run -it --init --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/ci/manylinux.sh test
- For complete coverage testing: