Skip to content

Commit 1480138

Browse files
committed
update tmuxp.yaml to rm -rf old .env/build files
1 parent 8e5804c commit 1480138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.tmuxp.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ windows:
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:

0 commit comments

Comments
 (0)