Skip to content

Commit

Permalink
Add missing cython dependency for setup.py, so sdist can work. This f…
Browse files Browse the repository at this point in the history
…ixes #59
  • Loading branch information
justvanrossum committed Sep 11, 2020
1 parent 26bee8f commit 3c1ef40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ script:
$PYTHON -m pip install $PIP_INSTALL_OPTIONS twine
if [[ $TRAVIS_OS_NAME == osx ]]; then
$PYTHON -m pip install $PIP_INSTALL_OPTIONS setuptools
$PYTHON -m pip install $PIP_INSTALL_OPTIONS cython
$PYTHON setup.py sdist
$PYTHON -m twine upload dist/*.zip
fi
Expand Down

0 comments on commit 3c1ef40

Please sign in to comment.