From 8dfb63f70d53a30849b0ac35200631eb613d1583 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Mon, 20 Aug 2018 12:07:23 -0700 Subject: [PATCH] readable stack traces, thanks py.test --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c427b37..0ad15d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,10 +50,10 @@ before_script: - docker ps script: -- py.test -v tests -- py.test -v --rethinkdb-dedup-url=rethinkdb://localhost/test1/dedup tests -- py.test -v --rethinkdb-big-table-url=rethinkdb://localhost/test2/captures tests -- py.test -v --rethinkdb-trough-db-url=rethinkdb://localhost/trough_configuration tests +- py.test -v --tb=native tests +- py.test -v --tb=native --rethinkdb-dedup-url=rethinkdb://localhost/test1/dedup tests +- py.test -v --tb=native --rethinkdb-big-table-url=rethinkdb://localhost/test2/captures tests +- py.test -v --tb=native --rethinkdb-trough-db-url=rethinkdb://localhost/trough_configuration tests after_script: - ps ww -fHe