Browse Source

Inserindo coverage no travis

pull/1076/head
Victor Arnaud 9 years ago
parent
commit
abb119fb86
  1. 4
      .travis.yml

4
.travis.yml

@ -18,9 +18,7 @@ before_script:
script: script:
- ./manage.py migrate - ./manage.py migrate
- ./manage.py bower install - ./manage.py bower install
- py.test --create-db - py.test --create-db --cov . --cov-report term
# - ./test_and_check_qa.sh
- coverage run my_program.py arg1 arg2
addons: addons:
hosts: hosts:

Loading…
Cancel
Save