Install coveralls, required by after_success
This commit is contained in:
parent
e254bf9617
commit
2da4f04269
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- python2.4
|
- python2.4
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox coveralls
|
||||||
script:
|
script:
|
||||||
- ./test/utils/run_tests.sh
|
- ./test/utils/run_tests.sh
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue