Add ptyprocess to Travis installation
authorThomas Kluyver <takowl@gmail.com>
Fri, 10 Oct 2014 00:21:29 +0000 (17:21 -0700)
committerThomas Kluyver <takowl@gmail.com>
Mon, 24 Nov 2014 00:39:20 +0000 (16:39 -0800)
.travis.yml

index 3a2f3311b0107717fa66aa17f79c745dff2ce4de..01a1726fc311ebd0a928a2b177646c81f4ba4b6a 100644 (file)
@@ -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