summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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