Add .travis.yml, first attempt at auto build

master
Dylan DiGeronimo 2020-02-11 15:07:04 -05:00
parent e06de42798
commit e5e422726e
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- "3.7"
install:
- pip install pipenv
- pipenv install
script:
- python -m pytest