summaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-08-20 19:35:37 -0400
committerGitHub <noreply@github.com>2020-08-20 19:35:37 -0400
commit5f76f955ba3c5cd7f4e3aaef3e9e2163d4160c7a (patch)
tree075c3bc028e1e9f711c9fa6f63301a418d7ee4c9 /noxfile.py
parent5dd2d03ef35a3d33ff53d82c8039d68e263246ee (diff)
parent27b10936b123053accc41f20246a0c027d0cbb66 (diff)
downloadcmd2-git-5f76f955ba3c5cd7f4e3aaef3e9e2163d4160c7a.tar.gz
Merge pull request #980 from python-cmd2/move_module_loading
Fixed AttributeError when loading CommandSet
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/noxfile.py b/noxfile.py
index 7d51a948..a46c008e 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -6,6 +6,7 @@ def docs(session):
session.install('sphinx',
'sphinx-rtd-theme',
'.',
+ 'plugins/ext_test',
)
session.chdir('docs')
tmpdir = session.create_tmp()