From d6352bf79ba83d3439a298ad9e10df51f6327253 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 2 Jul 2020 00:45:06 +0200 Subject: [PATCH] [ci] no coverage on windows in travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index feac917f..ad389fde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,9 @@ matrix: - choco install make - python -m pip install --upgrade pip env: PATH=/c/Python38:/c/Python38/Scripts:$PATH + script: + - make coverage + - make test_lib_python_clean addons: apt: -- 2.11.0