From: Brian Warner Date: Fri, 12 Sep 2014 19:14:29 +0000 (-0700) Subject: travis: show os.statvfs before build, to investigate #2290 X-Git-Tag: allmydata-tahoe-1.10.1a1~136 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=3a75a75f95798455aaf935fccd909727069eb45b;p=tahoe-lafs%2Ftahoe-lafs.git travis: show os.statvfs before build, to investigate #2290 --- 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'