Add TravisCI

This commit is contained in:
Tanay Soni 2019-11-27 18:33:58 +01:00
parent 962fb8ffe4
commit 9988633c7d

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
sudo: false
cache: pip
python:
- "3.7"
install:
- "pip install -e ."
script:
- "cd test && pytest"