upgrade pip on osx travis

This commit is contained in:
Thomas Kriechbaumer 2016-07-09 11:50:30 +02:00
parent 3fe5b47cf9
commit 3a3d9f65e6
2 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,8 @@ install:
brew update || brew update # try again if it fails
brew outdated openssl || brew upgrade openssl
brew install python python3
pip install -U pip setuptools wheel
pip3 install -U pip3 setuptools wheel
fi
- pip install tox

View File

@ -1,3 +1,3 @@
https://maximilianhils.com/upload/2016-06/lxml-3.6.0-cp35-cp35m-win32.whl; (sys_platform == 'win32' and python_version == '3.5')
https://maximilianhils.com/upload/2016-06/lxml-3.6.0-cp35-cp35m-win32.whl; sys_platform == 'win32' and python_version == '3.5'
-e .[dev,examples,contentviews]
-e ./release