mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
--no-coverage-report
is no longer available.
This commit is contained in:
parent
35fe2cf951
commit
80593657f1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ before_install:
|
|||
|
||||
install: pip install -r requirements.txt --use-mirrors --mirrors=http://g.pypi.python.org --mirrors=http://c.pypi.python.org --mirrors=http://pypi.crate.io
|
||||
|
||||
script: "sudo -E /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/python setup.py test --runtests-opts='--run-destructive --sysinfo -v --coverage --no-coverage-report'"
|
||||
script: "sudo -E /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/python setup.py test --runtests-opts='--run-destructive --sysinfo -v --coverage'"
|
||||
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
Loading…
Add table
Reference in a new issue