travis: show os.statvfs before build, to investigate #2290

This commit is contained in:
Brian Warner 2014-09-12 12:14:29 -07:00
parent 528364a421
commit 3a75a75f95

View File

@ -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'