mirror of
https://github.com/correl/tornado-openapi3.git
synced 2025-03-14 09:16:29 -09:00
7 lines
89 B
YAML
7 lines
89 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "3.7"
|
||
|
- "3.8"
|
||
|
install: pip install tox-travis
|
||
|
script: tox
|