mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-21 19:18:40 +00:00
7 lines
99 B
YAML
7 lines
99 B
YAML
language: python
|
|
python:
|
|
- "3.7"
|
|
- "3.8"
|
|
- "3.9"
|
|
install: pip install tox-travis
|
|
script: tox
|