From 81f1ee8f20a866c8792a7accb7891facf91d0135 Mon Sep 17 00:00:00 2001 From: Ron DuPlain Date: Mon, 20 Aug 2018 02:26:12 -0400 Subject: [PATCH] Escape Travis CI's virtualenv. See travis-ci/travis-ci#8589. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ea409b9..b704265 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ before_install: - make --version; true # GNU - make -V MAKE_VERSION 2>/dev/null; true # BSD (not supported) - ./test/bin/prep-ci +before_script: + # Escape virtualenv, https://github.com/travis-ci/travis-ci/issues/8589. + - type -t deactivate && deactivate + - export PATH=/opt/python/3.4/bin:$PATH script: - ./test/bin/test-suite notifications: