Skip to content

Commit 97ced53

Browse files
authored
Merge pull request #218 from divio/topic/python3-brew
Update python3 setup for brew
2 parents a087923 + ac64c04 commit 97ced53

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)