mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Let coverage run the tests suite.
This commit is contained in:
parent
a7fd338698
commit
87e1260e12
@ -15,7 +15,9 @@ before_install:
|
||||
|
||||
install: pip install -r requirements.txt --use-mirrors --mirrors=http://testpypi.python.org/pypi
|
||||
|
||||
script: "sudo -E /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/python setup.py test --runtests-opts='--run-destructive --sysinfo --coverage -v'"
|
||||
#script: "sudo -E /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/python setup.py test --runtests-opts='--run-destructive --sysinfo --coverage -v'"
|
||||
|
||||
script: "sudo -E /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/coverage run setup.py test --runtests-opts='--run-destructive --sysinfo -v'"
|
||||
|
||||
after_success:
|
||||
- coveralls --verbose
|
||||
|
Loading…
Reference in New Issue
Block a user