Fabian Peter Hammerle b783be5e23 add upper version constraint for setuptools-scm to fix `pipenv sync` on python3.4 | 3 years ago | |
---|---|---|
.github | 3 years ago | |
free_disk | 4 years ago | |
tests | 3 years ago | |
.gitignore | 4 years ago | |
.pylintrc | 4 years ago | |
.travis.yml | 4 years ago | |
CHANGELOG.md | 3 years ago | |
LICENSE | 5 years ago | |
Pipfile | 3 years ago | |
Pipfile.lock | 3 years ago | |
README.md | 4 years ago | |
mypy.ini | 4 years ago | |
setup.py | 3 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