summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2014-11-24 20:48:07 -0800
committerJeff Quast <contact@jeffquast.com>2014-11-24 20:48:07 -0800
commit09829bb0f8d81021794f5848e016ff6386017058 (patch)
treef13ad91a7f16a258b571e6abf91084b7b9c90d3b /.travis.yml
parent464486014125e20c5c76c8a1f27cf34b46342144 (diff)
downloadpexpect-git-09829bb0f8d81021794f5848e016ff6386017058.tar.gz
Display terminal info on Travis-CI
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 01a1726..ee8e370 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ install:
- pip install coveralls pytest-cov ptyprocess
script:
+ - ./tools/display-terminalinfo.py
- py.test --cov pexpect --cov-config .coveragerc
after_success: