Skip to content

Commit c18ca84

Browse files
committed
.tmuxp.yaml quotes around 'python run_tests.py'
1 parent ab15c41 commit c18ca84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tmuxp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)