File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module.exports = function(ctx, cb) {
18
18
grep :/ p y r a m i d / i,
19
19
language :"python" ,
20
20
framework :"pyramid" ,
21
- prepare :CREATE_VIRTUAL_ENV + VIRTUAL_PYTHON + " setup.py develop" ,
21
+ prepare :CREATE_VIRTUAL_ENV ,
22
22
test :VIRTUAL_PYTHON + " setup.py test" ,
23
23
} )
24
24
@@ -27,7 +27,7 @@ module.exports = function(ctx, cb) {
27
27
grep :/ d j a n g o / i,
28
28
language :"python" ,
29
29
framework :"django" ,
30
- prepare :CREATE_VIRTUAL_ENV + VIRTUAL_PYTHON + " setup.py develop" ,
30
+ prepare :CREATE_VIRTUAL_ENV ,
31
31
test :VIRTUAL_PYTHON + " manage.py test" ,
32
32
} )
33
33
@@ -36,7 +36,7 @@ module.exports = function(ctx, cb) {
36
36
exists :true ,
37
37
language :"python" ,
38
38
framework :null ,
39
- prepare :CREATE_VIRTUAL_ENV + VIRTUAL_PYTHON + " setup.py develop" ,
39
+ prepare :CREATE_VIRTUAL_ENV ,
40
40
test :VIRTUAL_PYTHON + " setup.py test" ,
41
41
} )
42
42
You can’t perform that action at this time.
0 commit comments