mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 15:36:00 +00:00
13 lines
327 B
YAML
13 lines
327 B
YAML
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 |