Skip to content

Commit

Permalink
Add cython requirements to linux wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Aug 19, 2018
1 parent c874bc7 commit 86479c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ echo
echo
echo "Compile wheels"
for PYTHON in ${PYTHON_VERSIONS}; do
/opt/python/${PYTHON}/bin/pip install -r /io/requirements/cython.txt
/opt/python/${PYTHON}/bin/pip install -r /io/requirements/wheel.txt
/opt/python/${PYTHON}/bin/pip wheel /io/ -w /io/dist/
done
Expand Down Expand Up @@ -59,6 +60,7 @@ for PYTHON in ${PYTHON_VERSIONS}; do
echo
echo -n "Test $PYTHON: "
/opt/python/${PYTHON}/bin/python -c "import platform; print('Building wheel for {platform} platform.'.format(platform=platform.platform()))"
/opt/python/${PYTHON}/bin/pip install -r /io/requirements/cython.txt
/opt/python/${PYTHON}/bin/pip install -r /io/requirements/ci-wheel.txt
/opt/python/${PYTHON}/bin/pip install "$package_name" --no-index -f file:///io/dist
/opt/python/${PYTHON}/bin/py.test /io/tests
Expand Down

0 comments on commit 86479c3

Please sign in to comment.