Skip to content

Commit

Permalink
remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbelden committed Feb 2, 2018
1 parent 07a7328 commit 04023fc
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/bin/pip" install cython
"/opt/python/*${TRAVIS_PYTHON_VERSION}*m/bin/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 04023fc

Please sign in to comment.