mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
upgrade pip on osx travis
This commit is contained in:
parent
3fe5b47cf9
commit
3a3d9f65e6
@ -43,6 +43,8 @@ install:
|
|||||||
brew update || brew update # try again if it fails
|
brew update || brew update # try again if it fails
|
||||||
brew outdated openssl || brew upgrade openssl
|
brew outdated openssl || brew upgrade openssl
|
||||||
brew install python python3
|
brew install python python3
|
||||||
|
pip install -U pip setuptools wheel
|
||||||
|
pip3 install -U pip3 setuptools wheel
|
||||||
fi
|
fi
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
|
||||||
|
@ -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 .[dev,examples,contentviews]
|
||||||
-e ./release
|
-e ./release
|
||||||
|
Loading…
Reference in New Issue
Block a user