summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2014-10-09 17:21:29 -0700
committerThomas Kluyver <takowl@gmail.com>2014-11-23 16:39:20 -0800
commitd85ea5e939952e64c4341b66c83a8d8e5d3dc689 (patch)
tree26a6f324baf6546cb98f6af91a4bb1a5c1e979f6
parent42ad200fa0b65e6f12f9962ca99a0743e37c9660 (diff)
downloadpexpect-git-d85ea5e939952e64c4341b66c83a8d8e5d3dc689.tar.gz
Add ptyprocess to Travis installation
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a2f331..01a1726 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ before_install:
- sudo apt-get install python-yaml python3-yaml
install:
- export PYTHONIOENCODING=UTF8
- - pip install coveralls pytest-cov
+ - pip install coveralls pytest-cov ptyprocess
script:
- py.test --cov pexpect --cov-config .coveragerc