summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorKarl-Aksel Puulmann <oxymaccy@gmail.com>2015-01-07 23:30:20 +0200
committerAmjith Ramanujam <amjith.r@gmail.com>2015-01-09 00:13:19 -0800
commita87f3a1fcc11abe0cc40ebbc6eee23d4e89604b5 (patch)
tree53a61a6c934fb837c19987ce6feed2ed65cd7ebd /tox.ini
parent0cec2cfa1c3fafc5bc0125d52ac98fbb73263672 (diff)
Checking if database exists and some initial fixtures which clean up
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b97055f7..41a58b83 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,4 +3,4 @@ envlist = py26, py27, py33, py34
[testenv]
deps = pytest
mock
-commands = py.test
+commands = py.test --capture=sys --showlocals