summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2018-09-21 13:36:23 -0700
committerIrina Truong <i.chernyavska@gmail.com>2018-09-22 04:03:11 +0000
commit683487a873ac0b162442b2c2fbfe89fc5335acc9 (patch)
treebf56ce3b84a2ba01d4be05bab5007f7cdcfe609c /.travis.yml
parent5834259535e1cf5a75204305b0533ac5559ff344 (diff)
Attempt to fix failing tests. Add some debug info. Make imports py3-compatible.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ce8aa66a..04e570f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ script:
- set -e
- coverage run --source pgcli -m py.test
- cd tests
- - behave
+ - behave --no-capture
- cd ..
# check for changelog ReST compliance
- rst2html.py --halt=warning changelog.rst >/dev/null