Browse Source

Reinstante xunit file generation for 'ci' make target

master
David Winterbottom 13 years ago
parent
commit
dfbffa33a9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

35
 	cd docs && make html
35
 	cd docs && make html
36
 
36
 
37
 coverage:
37
 coverage:
38
-	coverage run ./runtests.py
38
+	coverage run ./runtests.py --with-xunit
39
 	coverage xml -i
39
 	coverage xml -i
40
 
40
 
41
 # We probably should use upgrade instead of install here but we have a conflict
41
 # We probably should use upgrade instead of install here but we have a conflict

Loading…
Cancel
Save