mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 04:56:41 +00:00
16 lines
158 B
YAML
16 lines
158 B
YAML
language: python
|
|
|
|
cache: pip
|
|
|
|
python:
|
|
- "3.6"
|
|
- "3.7-dev"
|
|
|
|
install:
|
|
- pipenv install
|
|
|
|
script:
|
|
- scripts/test
|
|
|
|
# after_script:
|
|
# - codecov
|