Skip to content

Commit

Permalink
trying something else
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Oct 22, 2017
1 parent 0e5a1aa commit edf63a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -35,8 +35,10 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then pyenv global $PYVERSION; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then pyenv versions; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then python --version; fi
- pip install -U setuptools
- pip install -U pip
- pip install -U wheel
- pip wheel numpy
- pip install --use-wheel numpy
- pip install twine
- pip install --use-wheel -r requirements.txt
install:
Expand Down

0 comments on commit edf63a2

Please sign in to comment.