Check whether specifying python==UCS2_PYTHON_VARIANT fixes Vim problem
This commit is contained in:
parent
c7fe5dbbb4
commit
c9e1dd8bdf
|
@ -10,10 +10,12 @@ matrix:
|
|||
- python: "3.4"
|
||||
- python: "pypy"
|
||||
- python: "pypy3"
|
||||
- env: >-
|
||||
- python: "2.6"
|
||||
env: >-
|
||||
USE_UCS2_PYTHON=1
|
||||
UCS2_PYTHON_VARIANT="2.6"
|
||||
- env: >-
|
||||
- python: "2.7"
|
||||
env: >-
|
||||
USE_UCS2_PYTHON=1
|
||||
UCS2_PYTHON_VARIANT="2.7"
|
||||
|
||||
|
|
Loading…
Reference in New Issue