Skip to content

Commit a27ee15

Browse files
y-pwesm
y-p
authored andcommitted
CLN: clean up comments in tox config
1 parent e14ea08 commit a27ee15

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ commands =
2525
/bin/rm -rf {toxinidir}/build
2626

2727
# quietly rollback the install.
28-
# Note this line will only be reached if the tests
28+
# Note this line will only be reached if the
2929
# previous lines succeed (in particular, the tests),
3030
# but an uninstall is really only required when
31-
# files are removed from source tree, in which case,
32-
# stale versions of files will will remain in the venv,
31+
# files are removed from the source tree, in which case,
32+
# stale versions of files will will remain in the venv
3333
# until the next time uninstall is run.
3434
#
3535
# tox should provide a preinstall-commands hook.

tox_prll.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ commands =
2626
/bin/rm -rf {toxinidir}/build
2727

2828
# quietly rollback the install.
29-
# Note this line will only be reached if the tests
29+
# Note this line will only be reached if the
3030
# previous lines succeed (in particular, the tests),
3131
# but an uninstall is really only required when
32-
# files are removed from source tree, in which case,
33-
# stale versions of files will will remain in the venv,
32+
# files are removed from the source tree, in which case,
33+
# stale versions of files will will remain in the venv
3434
# until the next time uninstall is run.
3535
#
3636
# tox should provide a preinstall-commands hook.

0 commit comments

Comments
 (0)