Make UCS2 Python a separate stage and run that first
This commit is contained in:
parent
f507a6370a
commit
ed0630d074
|
@ -20,6 +20,11 @@ install: tests/install.sh
|
||||||
script: tests/test.sh
|
script: tests/test.sh
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
- stage: UCS2 python
|
||||||
|
python: "2.7"
|
||||||
|
env: >-
|
||||||
|
USE_UCS2_PYTHON=1
|
||||||
|
UCS2_PYTHON_VARIANT="2.7"
|
||||||
- stage: Old Python
|
- stage: Old Python
|
||||||
python: "2.6"
|
python: "2.6"
|
||||||
- python: "3.2"
|
- python: "3.2"
|
||||||
|
@ -28,10 +33,6 @@ jobs:
|
||||||
- python: "pypy3"
|
- python: "pypy3"
|
||||||
- stage: Latest Python
|
- stage: Latest Python
|
||||||
python: "2.7"
|
python: "2.7"
|
||||||
- python: "2.7"
|
|
||||||
env: >-
|
|
||||||
USE_UCS2_PYTHON=1
|
|
||||||
UCS2_PYTHON_VARIANT="2.7"
|
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
- stage: Intermediate versions
|
- stage: Intermediate versions
|
||||||
python: "3.3"
|
python: "3.3"
|
||||||
|
|
Loading…
Reference in New Issue