mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-14 19:19:32 +00:00
6 lines
89 B
YAML
6 lines
89 B
YAML
language: python
|
|
python:
|
|
- "3.7"
|
|
- "3.8"
|
|
install: pip install tox-travis
|
|
script: tox
|