diff --git a/.travis.yml b/.travis.yml index eb9216f..9c9761f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file