From 3a75a75f95798455aaf935fccd909727069eb45b Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Fri, 12 Sep 2014 12:14:29 -0700
Subject: [PATCH] travis: show os.statvfs before build, to investigate #2290

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 13643680..d4f30f1a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ before_install:
   - sh -c set
   - git pull --depth=1000
   - python misc/build_helpers/show-tool-versions.py
+  - python -c "import os; print os.statvfs('.')"
 install:
   - pip install 'twisted>=0.13.0'
   - pip install 'coveralls==0.4.2'
-- 
2.45.2