From 3a098851bea500ef1ffde856a60d80ddab230dee Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 2 Nov 2017 11:06:15 +0200 Subject: Remove code and tests for unsupported Python 3.3 and 3.4 (#249) --- docker/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/runtests.sh b/docker/runtests.sh index 0eea715..11ef9f4 100755 --- a/docker/runtests.sh +++ b/docker/runtests.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -x -for V in cp36-cp36m cp35-cp35m cp34-cp34m cp27-cp27m cp27-cp27mu; do +for V in cp36-cp36m cp35-cp35m cp27-cp27m cp27-cp27mu; do PYBIN=/opt/python/$V/bin $PYBIN/python setup.py install rm -rf build/ # Avoid lib build by narrow Python is used by wide python -- cgit v1.2.1