diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-26 08:02:01 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-26 08:02:01 -0400 |
| commit | 6025d999e1f2d88dfcdaa169fc4eb0da7245756e (patch) | |
| tree | 983a59b84717d1683f16a76cee4764ee8b159c26 /howto.txt | |
| parent | 261d0c06aeade503e9da4f8e6e522557d01dd298 (diff) | |
| download | python-coveragepy-git-6025d999e1f2d88dfcdaa169fc4eb0da7245756e.tar.gz | |
Use the manylinux docker image for testing also
Diffstat (limited to 'howto.txt')
| -rw-r--r-- | howto.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
