Browse Source

..

tb 2.1.3
ofek 7 years ago
parent
commit
7876b1d8dd
  1. 2
      .travis/build-linux-wheels.sh

2
.travis/build-linux-wheels.sh

@ -11,7 +11,7 @@ wget -q https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2 && tar -xjpf gmp-*.tar
# Compile wheels
for PYBIN in /opt/python/*/bin; do
if [[ ${PYBIN} =~ ^(cp27|cp35|cp36)$ ]]; then
if [[ ${PYBIN} =~ (cp27|cp35|cp36) ]]; then
${PYBIN}/pip wheel /io/ -w wheelhouse/
fi
done

Loading…
Cancel
Save