mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-05 04:07:20 +00:00
travis: don't install virtualenv manually
This commit is contained in:
parent
f9c000ea6e
commit
ea3639209b
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ after_success:
|
|||
if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]
|
||||
then
|
||||
brew install curl --with-libssh2
|
||||
pip install virtualenv
|
||||
git clone https://github.com/mitmproxy/release.git ../release
|
||||
pip install -e ../release
|
||||
python ../release/rtool.py -p mitmproxy bdist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue