Skip to content

Commit

Permalink
Install cython during macbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Noctem committed Apr 13, 2017
1 parent 294b13f commit 007a870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

macbuild() {
pip3 install -U twine setuptools wheel
pip3 install -U twine setuptools wheel cython
rm -rf dist build
if [[ "$1" = "sdist" && "$SOURCE" = TRUE ]]; then
python3 setup.py sdist bdist_wheel
Expand All @@ -15,7 +15,7 @@ macbuild() {
}

if [[ "$DOCKER_IMAGE" ]]; then
pip3 install -U twine
pip install -U twine
twine upload --skip-existing wheelhouse/*.whl
echo "Successfully uploaded Linux wheels."
else
Expand Down

0 comments on commit 007a870

Please sign in to comment.