version with pydantic inheritance passing all the tests
This commit is contained in:
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@ -0,0 +1,19 @@
|
||||
language: python
|
||||
|
||||
dist: xenial
|
||||
|
||||
cache: pip
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
||||
install:
|
||||
- pip install -U -r requirements.txt
|
||||
|
||||
script:
|
||||
- scripts/test.sh
|
||||
|
||||
after_script:
|
||||
- codecov
|
||||
Reference in New Issue
Block a user