From 49930e2d8c16ee453d70c6b9d1311f81417deeae Mon Sep 17 00:00:00 2001 From: laixintao Date: Mon, 14 Sep 2020 09:33:20 +0800 Subject: Revert "Temporarily comment out behave tests." This reverts commit 59ae65cbbf698d1608e7fd3d55b507f3599ac117. --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d56600b9..eddaf1f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,11 +22,9 @@ install: script: - set -e - coverage run --source pgcli -m py.test - # TODO: fix failing tests and uncomment. - # commented out on 9/8/2020 by j-bennet - # - cd tests - # - behave --no-capture - # - cd .. + - cd tests + - behave --no-capture + - cd .. # check for changelog ReST compliance - rst2html.py --halt=warning changelog.rst >/dev/null # check for black code compliance, 3.6 only -- cgit v1.2.3