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:
|
||||
- brew upgrade python || true
|
||||
- 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
|
||||
before_cache:
|
||||
- brew cleanup
|
||||
|
|
Loading…
Reference in a new issue