added travis

This commit is contained in:
William Falcon
2019-07-24 21:09:36 -04:00
parent 497ec95f55
commit 9d6311c69b
+15
View File
@@ -0,0 +1,15 @@
language: python
python:
- "3.7"
# command to install dependencies
cache: pip
install:
- pip install -e .
- pip install -r requirements.txt --ignore-installed
# keep build from timing out
dist: xenial
# command to run tests
script:
- py.test # or py.test for Python versions 3.5 and below