Commit 18fff4d
committed
tox commands now have {posargs} as argument
When invoking an environement, one might want to pass extra argument to
the command. That is done in tox by invoking an env and passing the
extra arguments after '--' which are then available as '{posargs}'.
Examples:
# Reports flake8 error statistics
tox -eflake8 -- --statistics
# Only run test_util.py tests, printing a line per test:
tox -epy27 -- --verbose git/test/test_util.py1 parent 0441fdc commit 18fff4dCopy full SHA for 18fff4d
1 file changed
+3-3Lines changed: 3 additions & 3 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | | - |
| 13 | + |
14 | 14 | |
15 | 15 | |
16 | 16 | |
|
0 commit comments