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:
1818 - ' [ -d .env -a -f .env/bin/activate ] || virtualenv .env'
1919 - command -v tmuxp >/dev/null 2>&1 || { pip install -e .; }
2020 - 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'
2222- window_name : docs
2323 layout : main-horizontal
2424 options :
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Advanced tmux workflow:
9595 - ' [ -d .env -a -f .env/bin/activate ] || virtualenv .env'
9696 - command -v tmuxp >/dev/null 2>&1 || { pip install -e .; }
9797 - 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'
9999 - window_name : docs
100100 layout : main-horizontal
101101 options :
You can’t perform that action at this time.
0 commit comments