Skip to content

Commit

Permalink
Revert "Revert "Use testmon in watch toxenv only""
Browse files Browse the repository at this point in the history
This reverts commit de0de59.

Ref tarpas/pytest-testmon#86
Ref #71
  • Loading branch information
webknjaz committed Jan 7, 2018
1 parent 9219ea4 commit 8a161e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pytest]
norecursedirs=dist build .tox
addopts=-v -rxs --testmon --doctest-modules --ignore cheroot/ssl/pyopenssl.py --junitxml=junit-test-results.xml --cov=cheroot --cov-report term-missing:skip-covered --cov-report xml
addopts=-v -rxs --doctest-modules --ignore cheroot/ssl/pyopenssl.py --junitxml=junit-test-results.xml --cov=cheroot --cov-report term-missing:skip-covered --cov-report xml
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setenv =
WEBTEST_INTERACTIVE=false

[testenv:watch]
commands = ptw --runner=pytest
commands = ptw --runner=pytest -- --testmon

[testenv:pre-commit]
deps = pre-commit
Expand Down

0 comments on commit 8a161e8

Please sign in to comment.