Commit 3e00d905 authored by Reinout van Rees's avatar Reinout van Rees

Added nosetests.xml to the python unittest ignores.

nosetests.xml is created by the 'nose' test runner when you want xml output, for instance for integration with jenkins.
parent 4c9fba7b
...@@ -19,6 +19,7 @@ pip-log.txt ...@@ -19,6 +19,7 @@ pip-log.txt
# Unit test / coverage reports # Unit test / coverage reports
.coverage .coverage
.tox .tox
nosetests.xml
#Translations #Translations
*.mo *.mo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment