Skip to content

Commit

Permalink
Enable system-site-packages on Travis CI*
Browse files Browse the repository at this point in the history
* Probably won't be a full fix but may help
  • Loading branch information
xolox committed Sep 5, 2019
1 parent c4cb05c commit 4bf563d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ matrix:
- python: 3.7
dist: bionic
- python: pypy
virtualenv:
system_site_packages: true
install:
- scripts/install-on-travis.sh
script:
Expand Down

0 comments on commit 4bf563d

Please sign in to comment.