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

Commit

Permalink
Fix Travis build for Python3 on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
bellert committed Mar 26, 2018
1 parent dc417b3 commit 17ea9f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ matrix:
language: generic
before_install:
- brew update
- brew install python3
- brew upgrade python
- pip3 install virtualenv
- virtualenv env -p python3
- source env/bin/activate
script:
Expand Down

0 comments on commit 17ea9f4

Please sign in to comment.