mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
👷 Set Travis to use dist=xenial and Python 3.7 instead of 3.7-dev (#92)
This commit is contained in:
parent
deae92bba1
commit
ae970638cf
1 changed files with 3 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
|
dist: xenial
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7-dev"
|
- "3.7"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install flit
|
- pip install flit
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue