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