mirror of
https://github.com/powerline/powerline.git
synced 2025-07-24 22:36:01 +02:00
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
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user