summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-10-14 17:39:59 -0700
committerThomas Kluyver <takowl@gmail.com>2013-10-14 17:39:59 -0700
commit4584a19933c61938c323c89a0ee0a3afef866b0b (patch)
tree2fddc2671dcf92b668d1a94d0981609f12fe70de /.travis.yml
parent214e50d6ac4ec6186ae77721c5ca704de8aacced (diff)
downloadpexpect-git-4584a19933c61938c323c89a0ee0a3afef866b0b.tar.gz
Install PyYAML from apt, should be quicker
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index efb09aa..b69c147 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,14 +10,15 @@ python:
virtualenv:
system_site_packages: true
-before_script:
- - source test.env
-
+before_install:
+ - sudo apt-get install python-yaml python3-yaml
install:
- export PYTHONIOENCODING=UTF8
- python setup.py install
- pip install coveralls --use-mirrors
+before_script:
+ - source test.env
script:
- coverage run tools/testall.py