Update readme, add travis config

This commit is contained in:
2020-05-17 00:13:29 +02:00
parent ebae3cb316
commit ad51d0b36b
2 changed files with 10 additions and 2 deletions

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
anguage: python
os: linux
install:
- pip install -r requirements.txt
# command to run tests
script: python -m unittest tests.Stree_test tests.Snode_test