From 78943711b4357a563f4ff427a286aa8e7544f984 Mon Sep 17 00:00:00 2001 From: restran Date: Sun, 28 May 2017 22:34:22 +0800 Subject: [PATCH] update --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 244e4ab..382811c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,9 +86,9 @@ before_script: script: # - python -m unittest discover -s fomalhaut -p "*_test.py" - coverage run -p --source=fomalhaut -m unittest discover -s fomalhaut -p "test_*.py" - -after_success: - coverage run -p -m fomalhaut.tests.stop_server - coverage combine - coverage report - - coveralls + +after_success: + coveralls