mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-08 22:13:13 +08:00
try Python 3.7 for travis CI
This commit is contained in:
@@ -5,7 +5,11 @@ python:
|
|||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.7-dev
|
matrix:
|
||||||
|
include:
|
||||||
|
- python: 3.7
|
||||||
|
dist: xenial
|
||||||
|
sudo: true
|
||||||
install:
|
install:
|
||||||
- pip install pipenv --upgrade-strategy=only-if-needed
|
- pip install pipenv --upgrade-strategy=only-if-needed
|
||||||
- pipenv install --dev --skip-lock
|
- pipenv install --dev --skip-lock
|
||||||
|
|||||||
Reference in New Issue
Block a user