Browse Source

..

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

4
.travis/build-linux-wheels.sh

@ -11,8 +11,8 @@ 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
${PYBIN}/pip wheel /io/ -w wheelhouse/
if [[ ${PYBIN} =~ (cp27|cp35|cp36) ]]; then
${PYBIN}/pip wheel /io/ -w wheelhouse/
fi
done

Loading…
Cancel
Save