Skip to content

Commit

Permalink
add bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbelden committed Feb 2, 2018
1 parent 479239d commit 07a7328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis_build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ cd `dirname $0`
TRAVIS_PYTHON_VERSION=$1
TRAVIS_PYTHON_VERSION=${TRAVIS_PYTHON_VERSION/.}

"/opt/python/*${TRAVIS_PYTHON_VERSION}*m/pip" install cython
"/opt/python/*${TRAVIS_PYTHON_VERSION}*m/python" setup.py bdist_wheel
"/opt/python/*${TRAVIS_PYTHON_VERSION}*m/bin/pip" install cython
"/opt/python/*${TRAVIS_PYTHON_VERSION}*m/bin/python" setup.py bdist_wheel

0 comments on commit 07a7328

Please sign in to comment.