summaryrefslogtreecommitdiff
path: root/plugins/tasks.py
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2020-08-04 14:08:37 -0400
committeranselor <anselor@gmail.com>2020-08-04 15:23:44 -0400
commitc983abaa881a3ac6110a90194def660489b2d5cc (patch)
tree62afd538178f18a8f66727fa5e4af60e074a8485 /plugins/tasks.py
parent4c0bdad9acd578536436246023ae884755089040 (diff)
downloadcmd2-git-c983abaa881a3ac6110a90194def660489b2d5cc.tar.gz
Removed remaining usages and examples with tox. Updated references to tox to reference to nox instead.
Diffstat (limited to 'plugins/tasks.py')
-rw-r--r--plugins/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tasks.py b/plugins/tasks.py
index 26ec1adb..1a70e4f2 100644
--- a/plugins/tasks.py
+++ b/plugins/tasks.py
@@ -22,7 +22,7 @@ namespace.add_collection(namespace_clean, 'clean')
#####
#
-# pytest, tox, pylint, and codecov
+# pytest, pylint, and codecov
#
#####