aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2019-09-28 16:53:24 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2019-09-28 17:37:43 +0200
commit53cb5bf40f40cef2c5b4e05e7be42949146a3f58 (patch)
tree05b8af891b30226befdc7361e9e66ec728f5c2f2 /.travis.yml
parentf6405abda27e0154ca3eff1f0522e72976a37bf8 (diff)
downloadmitmproxy-53cb5bf40f40cef2c5b4e05e7be42949146a3f58.tar.gz
mitmproxy-53cb5bf40f40cef2c5b4e05e7be42949146a3f58.tar.bz2
mitmproxy-53cb5bf40f40cef2c5b4e05e7be42949146a3f58.zip
bump deps
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e375078..035efb79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,7 +51,7 @@ matrix:
install:
- wget https://github.com/gohugoio/hugo/releases/download/v0.41/hugo_0.41_Linux-64bit.deb
- sudo dpkg -i hugo*.deb
- - pip install tox virtualenv setuptools
+ - pip install -U tox virtualenv setuptools
script:
- tox
after_success:
@@ -68,7 +68,7 @@ install:
pyenv global 3.6.9
pyenv shell 3.6.9
fi
- - pip install tox virtualenv setuptools
+ - pip install -U tox virtualenv setuptools
script:
# All these steps MUST succeed for the job to be successful!