From a8d6071e8afd354ad7546aeea1b681c9e7984029 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Tue, 27 Jun 2017 11:18:52 +0800 Subject: [PATCH] update coverage --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1268b3b0..a5a29e03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ python: install: - pip install -r requirements.txt script: - - coverage run --source=. -m unittest discover + - coverage run --source=ate -m unittest discover after_success: - - coverage report -m - coveralls \ No newline at end of file