aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2018-03-25 12:12:00 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2018-03-25 13:42:55 +0200
commitf6699792da82c00de4cdcc1e413bd65caad9d3c3 (patch)
tree154b5e3de371995b2dea3281678edf71f7f9e07f /.travis.yml
parent0e62e386c0ede3f9d0ca7a82681e69977c0b59e6 (diff)
downloadmitmproxy-f6699792da82c00de4cdcc1e413bd65caad9d3c3.tar.gz
mitmproxy-f6699792da82c00de4cdcc1e413bd65caad9d3c3.tar.bz2
mitmproxy-f6699792da82c00de4cdcc1e413bd65caad9d3c3.zip
docs: add auto-generated options reference
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 66a4f61e..efdf6172 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,15 +42,15 @@ matrix:
yarn: true
directories:
- web/node_modules
- - language: python
- env:
- - NAME=docs
+ - python: 3.6
+ env: NAME=docs TOXENV=docs
install:
- wget https://github.com/gohugoio/hugo/releases/download/v0.37/hugo_0.37_Linux-64bit.deb
- sudo dpkg -i hugo*.deb
- - pip install awscli
+ - pip install tox virtualenv setuptools
+ - pyenv global system 3.6
script:
- - cd docs && ./ci
+ - tox
after_success:
- echo done