mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 23:46:02 +00:00
- Add setup.py - Move classes to module files - Move tests folder inside module folder
13 lines
305 B
YAML
13 lines
305 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 stree.tests |