From 43671e723ff9cc783b21d447b448d661ce28734a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 20 Mar 2016 19:39:02 +0100 Subject: py.test: disable coverage collection by default --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d0e5e62d..113fda09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ before_script: - "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\"" script: - - "py.test ./test/$SCOPE" + - "py.test --cov netlib --cov mitmproxy --cov pathod ./test/$SCOPE" after_success: - coveralls -- cgit v1.2.3