Skip to content

Commit ac64c04

Browse files
committed
Update python3 setup for brew
1 parent a087923 commit ac64c04

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ matrix:
77
os: osx
88
before_install:
99
- brew update
10-
- brew install python3
10+
- brew upgrade python
11+
- pip3 install virtualenv
1112
- virtualenv env -p python3
1213
- source env/bin/activate
1314
- language: python

0 commit comments

Comments
 (0)