mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-16 07:56:06 +00:00
6 lines
154 B
YAML
6 lines
154 B
YAML
anguage: python
|
|
os: linux
|
|
install:
|
|
- pip install -r requirements.txt
|
|
# command to run tests
|
|
script: python -m unittest tests.Stree_test tests.Snode_test |