File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 88 shell_command_before :
99 - command -v virtualenv >/dev/null 2>&1 || { pip install virtualenv; }
1010 - ' [ -d .env -a -f .env/bin/activate ] && source .env/bin/activate || virtualenv .env'
11+ - ' [ ! -d .env/build ] || rm -rf .env/build'
1112 panes :
1213 - shell_command :
1314 - vim
@@ -16,7 +17,6 @@ windows:
1617 - shell_command :
1718 - echo hi
1819 - shell_command :
19- - ' [ -d .env -a -f .env/bin/activate ] || virtualenv .env'
2020 - command -v .env/bin/tmuxp >/dev/null 2>&1 || { pip install -e .; }
2121 - command -v watching_testrunner >/dev/null 2>&1 || { pip install watching_testrunner; }
2222 - watching_testrunner --basepath ./ --pattern="*.py" 'python run_tests.py'
@@ -29,6 +29,7 @@ windows:
2929 shell_command_before :
3030 - command -v virtualenv >/dev/null 2>&1 || { pip install virtualenv; }
3131 - ' [ -d .env -a -f .env/bin/activate ] && source .env/bin/activate || virtualenv .env'
32+ - ' [ ! -d .env/build ] || rm -rf .env/build'
3233 - command -v .env/bin/tmuxp >/dev/null 2>&1 || { pip install -e .; }
3334 - cd ./doc
3435 panes :
You can’t perform that action at this time.
0 commit comments