aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-03-30 09:38:17 +1300
committerGitHub <noreply@github.com>2018-03-30 09:38:17 +1300
commit3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950 (patch)
tree93ec314a2228612f76cde96132d0f4d496f3de78 /.travis.yml
parentc6cf502657024c8077fe2e52a3f20c41ade0fbaf (diff)
parentf6699792da82c00de4cdcc1e413bd65caad9d3c3 (diff)
downloadmitmproxy-3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950.tar.gz
mitmproxy-3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950.tar.bz2
mitmproxy-3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950.zip
Merge pull request #3012 from Kriechi/docs-options
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