summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--howto.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8e6be8ca..6174d777 100644
--- a/Makefile
+++ b/Makefile
@@ -70,8 +70,8 @@ wheel:
tox -c tox_wheels.ini $(ARGS)
manylinux:
- 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
+ docker run -it --init --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/ci/manylinux.sh build
+ docker run -it --init --rm -v `pwd`:/io quay.io/pypa/manylinux1_i686 /io/ci/manylinux.sh build
kit_upload:
twine upload dist/*
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: