2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00

Fix CI build environment.

This commit is contained in:
Stefan Seefeld
2016-08-06 18:58:09 -04:00
parent 76708620cb
commit b0f6414269

View File

@@ -39,6 +39,10 @@ addons:
- python-docutils
before_install:
# The Trusty image has several Python versions pre-installed compiled with
# conflicting UCS2 and UCS4 unicode. Modify the PATH to skip the TravisCI python.
# See https://github.com/travis-ci/travis-ci/issues/4948 for details.
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
- sudo pip install future
install: