mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
travis: remove the os.statvfs debug command
According to https://github.com/travis-ci/travis-ci/issues/2788 (which was WONTFIXED), roughly half the travis-ci buildserver fleet runs off tmpfs volumes, which have different notions of space-free and space-used than real filesystems. We've adapted our tests to avoid relying upon space-used>0, and no longer need this call to investigate the problem. refs ticket:2290
This commit is contained in:
parent
62a0ec0820
commit
e80f075347
@ -6,7 +6,6 @@ before_install:
|
|||||||
- sh -c set
|
- sh -c set
|
||||||
- git pull --depth=1000
|
- git pull --depth=1000
|
||||||
- python misc/build_helpers/show-tool-versions.py
|
- python misc/build_helpers/show-tool-versions.py
|
||||||
- python -c "import os; print os.statvfs('.')"
|
|
||||||
install:
|
install:
|
||||||
- pip install 'twisted>=0.13.0'
|
- pip install 'twisted>=0.13.0'
|
||||||
- pip install 'coveralls==0.4.2'
|
- pip install 'coveralls==0.4.2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user