File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ windows:
18
18
- ' [ -d .env -a -f .env/bin/activate ] || virtualenv .env'
19
19
- command -v tmuxp >/dev/null 2>&1 || { pip install -e .; }
20
20
- command -v watching_testrunner >/dev/null 2>&1 || { pip install watching_testrunner; }
21
- - watching_testrunner --basepath ./ --pattern="*.py" python run_tests.py
21
+ - watching_testrunner --basepath ./ --pattern="*.py" ' python run_tests.py'
22
22
- window_name : docs
23
23
layout : main-horizontal
24
24
options :
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Advanced tmux workflow:
95
95
- ' [ -d .env -a -f .env/bin/activate ] || virtualenv .env'
96
96
- command -v tmuxp >/dev/null 2>&1 || { pip install -e .; }
97
97
- command -v watching_testrunner >/dev/null 2>&1 || { pip install watching_testrunner; }
98
- - watching_testrunner --basepath ./ --pattern="*.py" python run_tests.py
98
+ - watching_testrunner --basepath ./ --pattern="*.py" ' python run_tests.py'
99
99
- window_name : docs
100
100
layout : main-horizontal
101
101
options :
You can’t perform that action at this time.
0 commit comments