Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Escape Travis CI's virtualenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
rduplain committed Aug 20, 2018
1 parent 9120561 commit 0af481d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -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.
- deactivate
- export PATH=/opt/python/3.4/bin:$PATH
script:
- ./test/bin/test-suite
notifications:
Expand Down

0 comments on commit 0af481d

Please sign in to comment.