From 0981f34e65d2a3c6638e2295e443003835837254 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 26 Oct 2017 13:07:25 -0400 Subject: Use docker run --init so that we can interrupt tests if need be --- howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'howto.txt') diff --git a/howto.txt b/howto.txt index 467eb6d..97f817e 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: -- cgit v1.2.1