mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 23:46:02 +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
|
||||
dist: xenial
|
||||
install:
|
||||
- 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
|
||||
script: python -m unittest tests.Stree_test tests.Snode_test
|
Reference in New Issue
Block a user