summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2014-11-24 21:12:10 -0800
committerJeff Quast <contact@jeffquast.com>2014-11-24 21:12:10 -0800
commit5c579f43fbad2e7f1874fa68738f4e6229a33b08 (patch)
treef737be351b0a8b4f42a61966d832a12af06baa57 /.travis.yml
parent0d655897668283c33cd77ddf2494ffe806cb694b (diff)
downloadpexpect-git-5c579f43fbad2e7f1874fa68738f4e6229a33b08.tar.gz
Display signal handlers on Travis-CI as well
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ee8e370..8d5e657 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ install:
- pip install coveralls pytest-cov ptyprocess
script:
+ - ./tools/display-sighandlers.py
- ./tools/display-terminalinfo.py
- py.test --cov pexpect --cov-config .coveragerc