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 3c09521 commit ecea038Copy full SHA for ecea038
worker.js
@@ -13,15 +13,6 @@ module.exports = function(ctx, cb) {
13
14
var CREATE_VIRTUAL_ENV = VIRTUAL_ENV_CMD + " && " + VIRTUAL_PIP + " install -r requirements.txt"
15
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
-
25
ctx.addDetectionRule({
26
filename:"manage.py",
27
grep:/django/i,
0 commit comments