update travis config to notify by mail failures

This commit is contained in:
2020-05-17 19:10:42 +02:00
parent 3cd004350d
commit 86a9ef2f3a

View File

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