浏览代码

Add --with-xunit to nose test runner for CI

master
David Winterbottom 13 年前
父节点
当前提交
a649cb6a7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 查看文件

@@ -17,7 +17,7 @@ ci:
17 17
 	# Run continous tests and generate lint reports
18 18
 	python setup.py develop
19 19
 	pip install -r requirements.txt
20
-	./runtests.py --with-coverage
20
+	./runtests.py --with-coverage --with-xunit
21 21
 	flake8 oscar | perl -ple "s/: /: [E] /" | grep -v migrations > violations.txt
22 22
 
23 23
 test:

正在加载...
取消
保存