From 9ee8d72fd27fb836e161d47a31004b954a07416d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 6 Sep 2018 09:18:32 -0300 Subject: [PATCH] Disable coverage during deployment stage Otherwise it will fail as there's no coverage data to combine/publish --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e7ee12de8..1e709ba05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,7 +65,7 @@ jobs: - stage: deploy python: '3.6' - env: + env: PYTEST_NO_COVERAGE=1 install: pip install -U setuptools setuptools_scm script: skip deploy: