瀏覽代碼

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:

Loading…
取消
儲存