We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a087923 + ac64c04 commit 97ced53Copy full SHA for 97ced53
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