Display signal handlers on Travis-CI as well
authorJeff Quast <contact@jeffquast.com>
Tue, 25 Nov 2014 05:12:10 +0000 (21:12 -0800)
committerJeff Quast <contact@jeffquast.com>
Tue, 25 Nov 2014 05:12:10 +0000 (21:12 -0800)
.travis.yml

index ee8e3700b8d9f6fe628e74d2e416d0e75d39e915..8d5e65765469d1d0bf6f514237f090e35755963f 100644 (file)
@@ -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