Skip to content

Commit

Permalink
Enable JUnit output, (updated tox)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyayers committed Apr 20, 2012
1 parent 5bd7877 commit f63366c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -5,3 +5,5 @@
*.egg-info/
/dist/
/build/
/reports
.coverage
4 changes: 3 additions & 1 deletion tox.ini
Expand Up @@ -3,7 +3,7 @@ envlist =
py27-dj-at, py27-dj1.3-at

[testenv]
commands = python setup.py test
commands = python setup.py test --test-suite=tests.junit

; -- python 2.7 ---------------------------------------------------------------

Expand All @@ -12,9 +12,11 @@ basepython = python2.7
deps =
https://github.com/dag/attest/tarball/master
Django
unittest-xml-reporting

[testenv:py27-dj1.3-at]
basepython = python2.7
deps =
https://github.com/dag/attest/tarball/master
Django>=1.3,<1.4
unittest-xml-reporting

0 comments on commit f63366c

Please sign in to comment.