mirror of
https://github.com/ycd/manage-fastapi.git
synced 2021-11-08 01:34:39 +03:00
10 lines
112 B
YAML
10 lines
112 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
install:
|
|
- pip install typer pytest
|
|
script:
|
|
- pytest
|