mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-17 08:26:00 +00:00
update travis config to notify by mail failures
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
anguage: python
|
language: python
|
||||||
os: linux
|
os: linux
|
||||||
|
dist: xenial
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
recipients:
|
||||||
|
- ricardo.montanana@alu.uclm.es
|
||||||
|
on_success: never # default: change
|
||||||
|
on_failure: always # default: always
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: python -m unittest tests.Stree_test tests.Snode_test
|
script: python -m unittest tests.Stree_test tests.Snode_test
|
Reference in New Issue
Block a user