We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ea94d commit 97f8a63Copy full SHA for 97f8a63
.travis.yml
@@ -23,8 +23,9 @@ matrix:
23
before_install:
24
- brew update
25
- brew upgrade python
26
- - python3 -m venv $HOME/osx-py3
27
- - source $HOME/osx-py3/bin/activate
+ - python3 -m pip install --user virtualenv
+ - /Users/travis/Library/Python/3.7/bin/virtualenv $HOME/osx-py
28
+ - source $HOME/osx-py/bin/activate
29
- python: 2.7
30
env: TOXENV=stylecheck
31
- python: 3.6
0 commit comments