mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-14 20:08:23 +08:00
feat: add Python 3.8
This commit is contained in:
@@ -5,10 +5,11 @@ python:
|
||||
- 3.5
|
||||
- 3.6
|
||||
matrix:
|
||||
include:
|
||||
include: # Required for Python 3.7+
|
||||
- python: 3.7
|
||||
dist: xenial # Required for Python 3.7
|
||||
sudo: true # Required for Python 3.7
|
||||
dist: xenial
|
||||
- python: 3.8
|
||||
dist: xenial
|
||||
install:
|
||||
- pip install poetry
|
||||
- poetry install -vvv
|
||||
|
||||
Reference in New Issue
Block a user