travis test

This commit is contained in:
Daniel 2020-03-14 16:58:56 +01:00
parent 6ac3a6e834
commit 57532babf6

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: python
python:
- "3.6"
install: pip install .
sudo: false