mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
travis: don't install virtualenv manually
This commit is contained in:
parent
f9c000ea6e
commit
ea3639209b
@ -59,7 +59,6 @@ after_success:
|
|||||||
if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]
|
if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]
|
||||||
then
|
then
|
||||||
brew install curl --with-libssh2
|
brew install curl --with-libssh2
|
||||||
pip install virtualenv
|
|
||||||
git clone https://github.com/mitmproxy/release.git ../release
|
git clone https://github.com/mitmproxy/release.git ../release
|
||||||
pip install -e ../release
|
pip install -e ../release
|
||||||
python ../release/rtool.py -p mitmproxy bdist
|
python ../release/rtool.py -p mitmproxy bdist
|
||||||
|
Loading…
Reference in New Issue
Block a user