From abb119fb86a32a0fa5c6bd1a283c777a6654a4a7 Mon Sep 17 00:00:00 2001 From: Victor Arnaud Date: Wed, 10 May 2017 00:21:33 -0300 Subject: [PATCH] Inserindo coverage no travis --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d9c38c66b..3994db636 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,7 @@ before_script: script: - ./manage.py migrate - ./manage.py bower install - - py.test --create-db - # - ./test_and_check_qa.sh - - coverage run my_program.py arg1 arg2 + - py.test --create-db --cov . --cov-report term addons: hosts: