aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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 ce48ab21..d0e5e62d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,9 +20,9 @@ matrix:
os: osx
osx_image: xcode7.1
- python: 3.5
- env: SCOPE="netlib"
+ env: SCOPE="netlib ./test/mitmproxy/script"
- python: 3.5
- env: SCOPE="netlib" NO_ALPN=1
+ env: SCOPE="netlib ./test/mitmproxy/script" NO_ALPN=1
- python: 2.7
env: DOCS=1
script: 'cd docs && make html'