Commit 590d9a5
Fix tox.ini to allow specifying pytest tests (#323)
This fixes tox.ini so that you can pass arguments to py.test.
For example:
tox -e py34-base html5lib/tests/test_serializer.py
will now only run the serializer tests.
tox -e py34-base -- -vv
will run with super verbose mode and tons of data will go flying by in your
terminal.1 parent 05fcd62 commit 590d9a5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
0 commit comments