Remove code and tests for unsupported Python 3.3 and 3.4 (#249)

This commit is contained in:
Hugo 2017-11-02 11:06:15 +02:00 committed by INADA Naoki
parent 1985eb7618
commit 3a098851be
5 changed files with 6 additions and 34 deletions

View file

@ -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