Added travis config.

This commit is contained in:
Juan Pablo Amoroso
2020-03-20 13:33:21 -03:00
parent 501e64cc39
commit 3d1575b2da
+12
View File
@@ -0,0 +1,12 @@
language: python
python:
- "3.6"
install:
- pip install pipenv
- make install
script:
- make lint
- make test
- make test_notebook