Add .travis.yml, first attempt at auto build
parent
e06de42798
commit
e5e422726e
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.7"
|
||||
install:
|
||||
- pip install pipenv
|
||||
- pipenv install
|
||||
script:
|
||||
- python -m pytest
|
Loading…
Reference in New Issue