summaryrefslogtreecommitdiffstats
path: root/tests/pytest.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 /tests/pytest.ini
parent9a6292170b909b200be3ea8082afb7296e002151 (diff)
Fix problem with travis not using correct python versions when testing.
Diffstat (limited to 'tests/pytest.ini')
-rw-r--r--tests/pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pytest.ini b/tests/pytest.ini
new file mode 100644
index 00000000..f7877405
--- /dev/null
+++ b/tests/pytest.ini
@@ -0,0 +1,2 @@
+[pytest]
+addopts=--capture=sys --showlocals \ No newline at end of file