Let coverage run the tests suite.

This commit is contained in:
Pedro Algarvio 2013-05-30 18:38:58 +01:00
parent a7fd338698
commit 87e1260e12

View File

@ -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