Skip to content

Commit

Permalink
try a venv for mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
dschep committed Dec 29, 2017
1 parent 80e99b0 commit 610057d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,9 @@ matrix:
os: osx
before_install:
- curl https://bootstrap.pypa.io/get-pip.py | sudo python
- sudo pip install virtualenv
- virtualenv venv
- . ./venv/bin/activate
- language: generic
os: osx
before_install:
Expand Down

0 comments on commit 610057d

Please sign in to comment.