mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Shorten the matrix IDs, just to simplify the display on Github a little
This commit is contained in:
@@ -5,15 +5,15 @@ jobs:
|
||||
vmImage: 'Ubuntu 16.04'
|
||||
strategy:
|
||||
matrix:
|
||||
Python27:
|
||||
Py27:
|
||||
python: 'python2.7'
|
||||
make_venv: 'python2.7 -m virtualenv venv'
|
||||
venv_pkg: 'python-virtualenv'
|
||||
Python36:
|
||||
Py36:
|
||||
python: 'python3.6'
|
||||
make_venv: 'python3.6 -m venv venv'
|
||||
venv_pkg: 'python3.6-venv'
|
||||
Python37:
|
||||
Py37:
|
||||
python: 'python3.7'
|
||||
make_venv: 'python3.7 -m venv venv'
|
||||
venv_pkg: 'python3.7-venv'
|
||||
|
||||
@@ -5,15 +5,15 @@ jobs:
|
||||
vmImage: 'macOS-10.13'
|
||||
strategy:
|
||||
matrix:
|
||||
Python27:
|
||||
Py27:
|
||||
python_version: '2.7.16'
|
||||
python_pkg: 'python-2.7.16-macosx10.9.pkg'
|
||||
python: 'python2.7'
|
||||
Python36:
|
||||
Py36:
|
||||
python_version: '3.6.8'
|
||||
python_pkg: 'python-3.6.8-macosx10.9.pkg'
|
||||
python: 'python3.6'
|
||||
Python37:
|
||||
Py37:
|
||||
python_version: '3.7.3'
|
||||
python_pkg: 'python-3.7.3-macosx10.9.pkg'
|
||||
python: 'python3.7'
|
||||
|
||||
Reference in New Issue
Block a user