diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2015-09-16 04:09:05 +0200 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-16 04:09:05 +0200 |
| commit | f5900d1a7b39fd5cdc4185c9c49e76b15f491d60 (patch) | |
| tree | f5e4532683d41a7190e98cb00df8373784d8ac44 | |
| parent | 1f3844da89bebb2730b5e12708226e8d28c3525c (diff) | |
| download | mitmproxy-f5900d1a7b39fd5cdc4185c9c49e76b15f491d60.tar.gz mitmproxy-f5900d1a7b39fd5cdc4185c9c49e76b15f491d60.tar.bz2 mitmproxy-f5900d1a7b39fd5cdc4185c9c49e76b15f491d60.zip | |
simplify test script
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8f9487f8..7708670e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ matrix: - libssl-dev - python: 2.7 env: DOCS=1 + script: 'cd docs && make html' - python: pypy - python: pypy env: OPENSSL=1.0.2 @@ -40,8 +41,7 @@ before_script: - "openssl version -a" script: - - "if [ -z \"$DOCS\" ]; then nosetests --with-cov --cov-report term-missing; fi" - - "if [ -n \"$DOCS\" ]; then cd docs && make html; fi" + - "nosetests --with-cov --cov-report term-missing" after_success: - coveralls |
