Commit bfe7544f by benjaoming

add traceback to reveal why errors in the testing framework occurs

parent 8e4cce9f
...@@ -23,7 +23,7 @@ matrix: ...@@ -23,7 +23,7 @@ matrix:
env: DJANGO="Django>=1.4,<1.5" env: DJANGO="Django>=1.4,<1.5"
# command to run tests # command to run tests
script: script:
- cd testproject ; python -W error:"":"":0 manage.py test wiki --settings=testproject.settings.travis - cd testproject ; python -W error:"":"":0 manage.py test wiki --settings=testproject.settings.travis --traceback
notifications: notifications:
irc: irc:
- "irc.freenode.org#django-wiki" - "irc.freenode.org#django-wiki"
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