summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2020-09-14 09:33:20 +0800
committerlaixintao <laixintaoo@gmail.com>2020-09-14 09:33:20 +0800
commit49930e2d8c16ee453d70c6b9d1311f81417deeae (patch)
treed73434fd127c148e547bf6a273adc4b6f698d53a
parent59ae65cbbf698d1608e7fd3d55b507f3599ac117 (diff)
Revert "Temporarily comment out behave tests."
-rw-r--r--.travis.yml8
1 files 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