start virtualenv clean on Mac build

This commit is contained in:
Victor Shyba 2019-10-18 02:21:27 -03:00 committed by Lex Berezhny
parent 2653a9447b
commit d133fa0d74

View file

@ -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