소스 검색

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…
취소
저장