mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
更新
This commit is contained in:
+28
-11
@@ -8,27 +8,44 @@ language: python
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: "Python 3.6 on Linux"
|
- name: "Python 3.6 on Linux"
|
||||||
|
os: linux
|
||||||
|
dist: xenial
|
||||||
python: 3.6 # this works for Linux but is ignored on macOS or Windows
|
python: 3.6 # this works for Linux but is ignored on macOS or Windows
|
||||||
before_install:
|
before_install:
|
||||||
- pip3 install -U pip
|
- pip3 install -U pip
|
||||||
- name: "Python 3.7 on Xenial Linux"
|
- name: "Python 3.7 on Xenial Linux"
|
||||||
python: 3.7 # this works for Linux but is ignored on macOS or Windows
|
os: linux
|
||||||
dist: xenial # required for Python >= 3.7
|
dist: xenial # required for Python >= 3.7
|
||||||
|
python: 3.7 # this works for Linux but is ignored on macOS or Windows
|
||||||
before_install:
|
before_install:
|
||||||
- pip3 install -U pip
|
- pip3 install -U pip
|
||||||
- name: "Python 3.8 on Xenial Linux"
|
- name: "Python 3.8 on Xenial Linux"
|
||||||
python: 3.8-dev # this works for Linux but is ignored on macOS or Windows
|
os: linux
|
||||||
dist: xenial # required for Python >= 3.7
|
dist: xenial # required for Python >= 3.7
|
||||||
|
python: 3.8 # this works for Linux but is ignored on macOS or Windows
|
||||||
before_install:
|
before_install:
|
||||||
- pip3 install -U pip
|
- pip3 install -U pip
|
||||||
- name: "Python 3.9 on Xenial Linux"
|
- name: "Python 3.9 on Xenial Linux"
|
||||||
python: 3.9-dev # this works for Linux but is ignored on macOS or Windows
|
os: linux
|
||||||
dist: xenial # required for Python >= 3.7
|
dist: xenial # required for Python >= 3.7
|
||||||
before_install:
|
python: 3.9-dev # this works for Linux but is ignored on macOS or Windows
|
||||||
- pip3 install -U pip
|
before_install:
|
||||||
|
- pip3 install -U pip
|
||||||
|
- name: "Python 3.6 on macOS"
|
||||||
|
os: osx
|
||||||
|
osx_image: xcode9.2 # Python 3.6 running on macOS 10.12
|
||||||
|
language: shell # 'language: python' is an error on Travis CI macOS
|
||||||
|
before_install:
|
||||||
|
- pip3 install -U pip
|
||||||
- name: "Python 3.7 on macOS"
|
- name: "Python 3.7 on macOS"
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode10.2 # Python 3.7 running on macOS 10.14.3
|
osx_image: xcode10.2 # Python 3.7 running on macOS 10.14
|
||||||
|
language: shell # 'language: python' is an error on Travis CI macOS
|
||||||
|
before_install:
|
||||||
|
- pip3 install -U pip
|
||||||
|
- name: "Python 3.8 on macOS"
|
||||||
|
os: osx
|
||||||
|
osx_image: xcode12.2 # Python 3.7 running on macOS 10.15
|
||||||
language: shell # 'language: python' is an error on Travis CI macOS
|
language: shell # 'language: python' is an error on Travis CI macOS
|
||||||
before_install:
|
before_install:
|
||||||
- pip3 install -U pip
|
- pip3 install -U pip
|
||||||
@@ -36,7 +53,7 @@ matrix:
|
|||||||
os: windows
|
os: windows
|
||||||
language: shell
|
language: shell
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --version 3.6
|
- choco install python --version 3.6.0
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- chcp.com 65001
|
- chcp.com 65001
|
||||||
env:
|
env:
|
||||||
@@ -46,7 +63,7 @@ matrix:
|
|||||||
os: windows
|
os: windows
|
||||||
language: shell
|
language: shell
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --version 3.7
|
- choco install python --version 3.7.0
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- chcp.com 65001
|
- chcp.com 65001
|
||||||
env:
|
env:
|
||||||
@@ -56,7 +73,7 @@ matrix:
|
|||||||
os: windows # Windows 10.0.17134 N/A Build 17134
|
os: windows # Windows 10.0.17134 N/A Build 17134
|
||||||
language: shell
|
language: shell
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --version 3.7
|
- choco install python --version 3.7.0
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- chcp.com 65001
|
- chcp.com 65001
|
||||||
env:
|
env:
|
||||||
@@ -66,7 +83,7 @@ matrix:
|
|||||||
os: windows # Windows 10.0.17134 N/A Build 17134
|
os: windows # Windows 10.0.17134 N/A Build 17134
|
||||||
language: shell
|
language: shell
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --version 3.9
|
- choco install python --version 3.9.0
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- chcp.com 65001
|
- chcp.com 65001
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user