summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-10-26 08:02:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-10-26 08:02:01 -0400
commit518e90c948d71e94eec141c303b844d5cb804e6f (patch)
treeeb99e0e739dc0c409472d6f6949dfed0dc76938a /howto.txt
parente1d414f035829bedd4d06a8dbc9bd638080332fb (diff)
downloadpython-coveragepy-518e90c948d71e94eec141c303b844d5cb804e6f.tar.gz
Use the manylinux docker image for testing also
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/howto.txt b/howto.txt
index ae85b76..467eb6d 100644
--- a/howto.txt
+++ b/howto.txt
@@ -92,6 +92,9 @@
- pip install -r requirements/dev.pip
- $ tox
+- Testing on Linux:
+ - $ docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/ci/manylinux.sh test
+
- For complete coverage testing:
$ make metacov