1
0
forked from VimPlug/jedi

Change Python test order in CI

This commit is contained in:
Dave Halter
2020-12-26 12:39:37 +01:00
parent aae2f7c49a
commit fa6072b4fa

View File

@@ -7,7 +7,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04, windows-2019] os: [ubuntu-20.04, windows-2019]
python-version: [3.6, 3.7, 3.8, 3.9] python-version: [3.9, 3.8, 3.7, 3.6]
environment: ['3.8', '3.9', '3.7', '3.6', 'interpreter'] environment: ['3.8', '3.9', '3.7', '3.6', 'interpreter']
steps: steps:
- name: Checkout code - name: Checkout code