Fabian Peter Hammerle 1460ea0d09 travis: disable some redundant tests to speed up pipeline (python>=3.5 in github workflow) | 4 years ago | |
---|---|---|
.github | 4 years ago | |
free_disk | 4 years ago | |
tests | 4 years ago | |
.gitignore | 4 years ago | |
.pylintrc | 4 years ago | |
.travis.yml | 4 years ago | |
CHANGELOG.md | 4 years ago | |
LICENSE | 5 years ago | |
Pipfile | 4 years ago | |
Pipfile.lock | 4 years ago | |
README.md | 4 years ago | |
mypy.ini | 4 years ago | |
setup.py | 4 years ago |
Delete file with the oldest modification date
until a minimum of --free-bytes
are available on the respective disk.
pip3 install --user --upgrade free-disk
free-disk --help
free-disk --free-bytes 1GiB /dir/to/cleanup
free-disk --debug --free-bytes 2GB /dir/to/cleanup
pip3 install --user pipenv
git clone https://github.com/fphammerle/free-disk.git
cd freesurfer-volume-reader
pipenv run pylint free_disk
pipenv run pytest