summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-10-14 17:11:15 -0700
committerThomas Kluyver <takowl@gmail.com>2013-10-14 17:11:15 -0700
commit214e50d6ac4ec6186ae77721c5ca704de8aacced (patch)
treed91b2beb6af1ce51d84a50075b21421c30054d86 /.travis.yml
parentc20d18de4796d5a63a18ba0dc9843542322ce6fb (diff)
downloadpexpect-214e50d6ac4ec6186ae77721c5ca704de8aacced.tar.gz
Run tests using coverage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4cbac79..efb09aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ install:
- pip install coveralls --use-mirrors
script:
- - ./tools/testall.py
+ - coverage run tools/testall.py
after_success:
coveralls