travis: don't install virtualenv manually

This commit is contained in:
Maximilian Hils 2015-11-29 15:26:24 +01:00
parent f9c000ea6e
commit ea3639209b

View File

@ -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