mirror of https://github.com/tiangolo/fastapi.git
👷 Add Travis
This commit is contained in:
parent
c995efd358
commit
9b0aeb726c
|
|
@ -0,0 +1,16 @@
|
|||
language: python
|
||||
|
||||
cache: pip
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7-dev"
|
||||
|
||||
install:
|
||||
- pipenv install
|
||||
|
||||
script:
|
||||
- scripts/test
|
||||
|
||||
# after_script:
|
||||
# - codecov
|
||||
Loading…
Reference in New Issue