Przeglądaj źródła

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

master
David Winterbottom 13 lat temu
rodzic
commit
a649cb6a7d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Wyświetl plik

@@ -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:

Ładowanie…
Anuluj
Zapisz