Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e148cc2 commit eecfcdbCopy full SHA for eecfcdb
1 file changed
buildout.cfg
@@ -8,7 +8,12 @@ recipe = pbp.recipe.noserunner
8
eggs =
9
pbp.recipe.noserunner
10
${buildout:eggs}
11
-working-directory = ${buildout:directory}
+working-directory = ${buildout:directory}/test
12
+initialization =
13
+ sys.path.insert(0,'.')
14
+ from mplTest import MplNosePlugin
15
+plugins =
16
+ MplNosePlugin()
17
18
[python]
19
recipe = zc.recipe.egg
0 commit comments