Skip to content

Commit 31044ed

Browse files
author
Niall O'Higgins
committed
default to python setup.py test
1 parent d51203a commit 31044ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<select ng-model="config.test">
2-
<option value="py.test">py.test</option>
2+
<option value="python setup.py test">python setup.py test</option>
33
<option value="make test">make test</option>
4-
<option value="./setup.py test">./setup.py test</option>
4+
<option value="py.test">py.test</option>
55
<option value="none">No test command</option>
66
</select>
77
<p class="help-text">

webapp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ module.exports = {
99
*/
1010
test: {
1111
type: String,
12-
enum: ['none', 'py.test', './setup.py test', 'make test'],
13-
default: 'py.test'
12+
enum: ['none', 'py.test', 'python setup.py test', 'make test'],
13+
default: 'python setup.py test'
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)