diff options
author | Jeff Quast <contact@jeffquast.com> | 2014-11-24 21:12:10 -0800 |
---|---|---|
committer | Jeff Quast <contact@jeffquast.com> | 2014-11-24 21:12:10 -0800 |
commit | 5c579f43fbad2e7f1874fa68738f4e6229a33b08 (patch) | |
tree | f737be351b0a8b4f42a61966d832a12af06baa57 /.travis.yml | |
parent | 0d655897668283c33cd77ddf2494ffe806cb694b (diff) | |
download | pexpect-git-5c579f43fbad2e7f1874fa68738f4e6229a33b08.tar.gz |
Display signal handlers on Travis-CI as well
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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 |