Fabian Peter Hammerle 598ecbc916 travis-ci: upgrade pipenv to fix failing `pipenv sync` with python3.4 | há 5 anos atrás | |
---|---|---|
free_disk | há 5 anos atrás | |
tests | há 5 anos atrás | |
.pylintrc | há 5 anos atrás | |
.travis.yml | há 5 anos atrás | |
LICENSE | há 5 anos atrás | |
Pipfile | há 5 anos atrás | |
Pipfile.lock | há 5 anos atrás | |
README.md | há 5 anos atrás | |
setup.py | há 5 anos atrás |
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