Skip to content
This repository has been archived by the owner on Oct 25, 2020. It is now read-only.

Commit

Permalink
travis: Don't run with --system-site-packages on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Feb 16, 2020
1 parent 88a6e5d commit 70c61de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
packages: python3
before_install:
- python3 -m pip install --upgrade virtualenv
- virtualenv -p python3 --system-site-packages "$HOME/venv"
- virtualenv -p python3 "$HOME/venv"
- source "$HOME/venv/bin/activate"

## Windows
Expand Down

0 comments on commit 70c61de

Please sign in to comment.