put PyPy first

This commit is contained in:
nulano 2020-10-29 18:05:24 +00:00
parent f33661a80f
commit b3f1056eaa

View File

@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-16.04", "macos-latest" ]
python: [ "3.6", "3.7", "3.8", "3.9", "pypy3.6-7.3" ]
python: [ "pypy3.6-7.3", "3.6", "3.7", "3.8", "3.9" ]
platform: [ "x86_64", "i686" ]
exclude:
- os: "macos-latest"
@ -59,7 +59,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-16.04", "macos-latest" ]
python: [ "3.6", "3.7", "3.8", "3.9", "pypy3.6-7.3" ]
python: [ "pypy3.6-7.3", "3.6", "3.7", "3.8", "3.9" ]
platform: [ "x86_64", "i686" ]
exclude:
- os: "macos-latest"