Skip to content

Commit

Permalink
test install pip on macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
rflamary committed May 9, 2018
1 parent 58387b9 commit 4090857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis/before_install.sh
Expand Up @@ -4,8 +4,9 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then

# Install some custom requirements on OS X
# e.g. brew install pyenv-virtualenv
brew update
brew install python
#brew update
#brew install python
sudo easy_install -U pip

else
# Install some custom requirements on Linux
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -44,7 +44,7 @@ test : FORCE pep8
$(PYTHON) -m pytest -v test/ --cov=ot --cov-report html:cov_html

pytest : FORCE
$(PYTHON) -m py.test -v test/ --cov=ot
$(PYTHON) -m pytest -v test/ --cov=ot

uploadpypi :
#python setup.py register
Expand Down

0 comments on commit 4090857

Please sign in to comment.