summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorKarl-Aksel Puulmann <oxymaccy@gmail.com>2015-01-09 12:23:05 +0200
committerKarl-Aksel Puulmann <oxymaccy@gmail.com>2015-01-09 12:33:27 +0200
commitb54823c96af5c66e716049f977f20f919dd55137 (patch)
tree67906385726a0ebb2f618594252cf65c4d62f53a /tox.ini
parent9a6292170b909b200be3ea8082afb7296e002151 (diff)
Fix problem with travis not using correct python versions when testing.
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 41a58b83..b97055f7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,4 +3,4 @@ envlist = py26, py27, py33, py34
[testenv]
deps = pytest
mock
-commands = py.test --capture=sys --showlocals
+commands = py.test