diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-07-09 11:55:52 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-07-09 11:55:52 +0200 |
commit | 3e2d41d507d9622991f10f5e75788098063f2134 (patch) | |
tree | 9627b25dfd09d64ea2513614475dfdb31fe58e3f /.travis.yml | |
parent | 3a3d9f65e693ff0e0c6eb35c872d7a8b43f06dce (diff) | |
download | mitmproxy-3e2d41d507d9622991f10f5e75788098063f2134.tar.gz mitmproxy-3e2d41d507d9622991f10f5e75788098063f2134.tar.bz2 mitmproxy-3e2d41d507d9622991f10f5e75788098063f2134.zip |
fix pip install on osx travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3aa2e75c..65200ac1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ install: brew outdated openssl || brew upgrade openssl brew install python python3 pip install -U pip setuptools wheel - pip3 install -U pip3 setuptools wheel + pip3 install -U pip setuptools wheel fi - pip install tox |