aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-01-11 15:40:09 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-04 09:52:04 +0100
commit4e9579e93eee4a156fa60c1d58dcc9b8c113d367 (patch)
tree9e613737cf8b3eaf3629cc6e3857c2e8117f75f3 /.travis.yml
parent47cf27c01146e87b8bbf315f70e9752a38ba8edd (diff)
downloadmitmproxy-4e9579e93eee4a156fa60c1d58dcc9b8c113d367.tar.gz
mitmproxy-4e9579e93eee4a156fa60c1d58dcc9b8c113d367.tar.bz2
mitmproxy-4e9579e93eee4a156fa60c1d58dcc9b8c113d367.zip
try to fix travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ed5a7ad5..e86a4117 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,6 +45,7 @@ install:
brew outdated openssl || brew upgrade openssl
brew install python
fi
+ - "pip install -U pip setuptools"
- "pip install --src .. -r requirements.txt"
before_script: