summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-07-01 00:48:39 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-07-01 00:48:39 +0200
commit7014bd5afba1d63bf874d0e1c5a26e02e2bde0fd (patch)
treed2be51ff51f8c0e3a298c8a4008c30c50f50e5a0
parent68575dd6e492d8c340ea8cbe7e5cf6f8e4bb698b (diff)
downloadpluginbase-7014bd5afba1d63bf874d0e1c5a26e02e2bde0fd.tar.gz
Added regular tracebacks to tox
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c725c3b..9a5ce1b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
test:
- @cd tests; PYTHONPATH=.. py.test
+ @cd tests; PYTHONPATH=.. py.test --tb=native
upload-docs:
$(MAKE) -C docs dirhtml