start virtualenv clean on Mac build
This commit is contained in:
parent
2653a9447b
commit
d133fa0d74
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ jobs:
|
||||||
before_install:
|
before_install:
|
||||||
- brew upgrade python || true
|
- brew upgrade python || true
|
||||||
- pip3 install --user --upgrade pip virtualenv
|
- pip3 install --user --upgrade pip virtualenv
|
||||||
- /Users/travis/Library/Python/3.7/bin/virtualenv $HOME/venv
|
- /Users/travis/Library/Python/3.7/bin/virtualenv --clear $HOME/venv
|
||||||
- source $HOME/venv/bin/activate
|
- source $HOME/venv/bin/activate
|
||||||
before_cache:
|
before_cache:
|
||||||
- brew cleanup
|
- brew cleanup
|
||||||
|
|
Loading…
Reference in a new issue