mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-22 03:00:15 +00:00
Add Travis CI
This commit is contained in:
parent
dcd867d570
commit
dea15c3be1
1 changed files with 6 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.7"
|
||||||
|
- "3.8"
|
||||||
|
install: pip install tox-travis
|
||||||
|
script: tox
|
Loading…
Reference in a new issue