We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93883cb commit 31ea94dCopy full SHA for 31ea94d
.travis.yml
@@ -23,7 +23,7 @@ matrix:
23
before_install:
24
- brew update
25
- brew upgrade python
26
- - virtualenv $HOME/osx-py3 -p python3
+ - python3 -m venv $HOME/osx-py3
27
- source $HOME/osx-py3/bin/activate
28
- python: 2.7
29
env: TOXENV=stylecheck
0 commit comments