Skip to content

Commit

Permalink
https://github.com/travis-ci/travis-ci/issues/8589#issuecomment-37294…
Browse files Browse the repository at this point in the history
…7199
  • Loading branch information
Yell0wflash committed Sep 3, 2018
1 parent 1aa14ca commit 0698e79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions for_runners/tests/test_boot.py
Expand Up @@ -83,6 +83,12 @@ def test_boot(self):
cache_dir_inner.symlink_to(cache_dir, target_is_directory=True)
self.assertTrue(cache_dir_inner.exists(), "Don't exists: %s" % cache_dir_inner)


if "TRAVIS" in os.environ:
# work-a-round for Travic-CI #8589, see:
# https://github.com/travis-ci/travis-ci/issues/8589#issuecomment-372947199
env["PATH"] = "/opt/python/3.6/bin/:%s" % env["PATH"]

env["HOME"] = temp_path
env["TERM"] = "dumb"
# pprint(env)
Expand Down

0 comments on commit 0698e79

Please sign in to comment.