We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a087923 commit ac64c04Copy full SHA for ac64c04
1 file changed
.travis.yml
@@ -7,7 +7,8 @@ matrix:
7
os: osx
8
before_install:
9
- brew update
10
- - brew install python3
+ - brew upgrade python
11
+ - pip3 install virtualenv
12
- virtualenv env -p python3
13
- source env/bin/activate
14
- language: python
0 commit comments