Allow the whole CPython-2.6 UCS2 section to fail

This commit is contained in:
Foo 2015-10-06 01:39:11 +03:00
parent a839b15ecd
commit 20ceaac885

View File

@ -34,5 +34,10 @@ matrix:
env: >- env: >-
USE_UCS2_PYTHON=1 USE_UCS2_PYTHON=1
UCS2_PYTHON_VARIANT="2.7" UCS2_PYTHON_VARIANT="2.7"
allow_failures:
- python: "2.6"
env: >-
USE_UCS2_PYTHON=1
UCS2_PYTHON_VARIANT="2.6"
# vim: et # vim: et