forked from loafle/openapi-generator-original
Updates python and python-flask travis CI testing to use python 3.6, 3.7, and 3.8 (#4743)
This commit is contained in:
committed by
William Cheng
parent
42f685f59c
commit
307f37c7f9
@@ -6,8 +6,9 @@ python:
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
#- "3.5-dev" # 3.5 development branch
|
||||
#- "nightly" # points to the latest development branch e.g. 3.6-dev
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt"
|
||||
# command to run tests
|
||||
|
||||
Reference in New Issue
Block a user