summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-07-19 16:03:55 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-07-19 16:03:55 -0400
commit7021c4e31e458ea25d6f2b6b8365fd0ac7fa978c (patch)
tree2b734162a25c9020285eaf86d0ba1f4a11350095
parentb7ca9039c68fefff93f8c787f0c1589e097c8e4f (diff)
parenta02d03e6e5b8fd7f2c84ea4ba2a8f4213e3ab8df (diff)
downloadpython-coveragepy-git-7021c4e31e458ea25d6f2b6b8365fd0ac7fa978c.tar.gz
Merge branch 'coverage-4.5.1x'
-rw-r--r--Makefile3
-rw-r--r--tox_wheels.ini2
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60182eb5..43d12834 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,9 @@ kit:
wheel:
tox -c tox_wheels.ini $(ARGS)
+manylinux_clean:
+ docker image rm quay.io/pypa/manylinux1_i686 quay.io/pypa/manylinux1_x86_64
+
manylinux:
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
diff --git a/tox_wheels.ini b/tox_wheels.ini
index 121b0331..7381cafb 100644
--- a/tox_wheels.ini
+++ b/tox_wheels.ini
@@ -2,7 +2,7 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
[tox]
-envlist = py{27,34,35,36,sys}
+envlist = py{27,34,35,36,37,sys}
toxworkdir = {toxinidir}/.tox_kits
[testenv]