Skip to content

Commit ecea038

Browse files
author
Niall O'Higgins
committed
no longer need specific pyramid rule
1 parent 3c09521 commit ecea038

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

worker.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ module.exports = function(ctx, cb) {
1313

1414
var CREATE_VIRTUAL_ENV = VIRTUAL_ENV_CMD + " && " + VIRTUAL_PIP + " install -r requirements.txt"
1515

16-
ctx.addDetectionRule({
17-
filename:"setup.py",
18-
grep:/pyramid/i,
19-
language:"python",
20-
framework:"pyramid",
21-
prepare:CREATE_VIRTUAL_ENV,
22-
test:VIRTUAL_PYTHON + " setup.py test",
23-
})
24-
2516
ctx.addDetectionRule({
2617
filename:"manage.py",
2718
grep:/django/i,

0 commit comments

Comments
 (0)