Files
stree/.travis.yml

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