diff --git a/config/config.html b/config/config.html index 2aff239..ec59efb 100644 --- a/config/config.html +++ b/config/config.html @@ -17,6 +17,7 @@ +
diff --git a/webapp.js b/webapp.js index b0b1932..9ff107d 100644 --- a/webapp.js +++ b/webapp.js @@ -7,7 +7,10 @@ module.exports = { }, test: { type: String, - enum: ['none', 'py.test', 'python setup.py test', 'make test'], + enum: [ + 'none', 'py.test', 'python setup.py test', 'make test', + 'python manage.py test' + ], default: 'python setup.py test' }, prepare: {