Add travis file
parent
8f1d1f3df3
commit
6524fae7a3
@ -0,0 +1,7 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.8"
|
||||||
|
install:
|
||||||
|
- make install
|
||||||
|
script:
|
||||||
|
- make test
|
Loading…
Reference in New Issue