Make UCS2 Python a separate stage and run that first

This commit is contained in:
Foo 2017-12-03 00:17:08 +03:00
parent f507a6370a
commit ed0630d074
1 changed files with 5 additions and 4 deletions

View File

@ -20,6 +20,11 @@ install: tests/install.sh
script: tests/test.sh
jobs:
include:
- stage: UCS2 python
python: "2.7"
env: >-
USE_UCS2_PYTHON=1
UCS2_PYTHON_VARIANT="2.7"
- stage: Old Python
python: "2.6"
- python: "3.2"
@ -28,10 +33,6 @@ jobs:
- python: "pypy3"
- stage: Latest Python
python: "2.7"
- python: "2.7"
env: >-
USE_UCS2_PYTHON=1
UCS2_PYTHON_VARIANT="2.7"
- python: "3.6"
- stage: Intermediate versions
python: "3.3"