Pipenv scripts and not pinning python version

This commit is contained in:
reverend 2020-09-14 15:29:26 +02:00
parent 12881d9345
commit 0765f6606f
1 changed files with 3 additions and 3 deletions

View File

@ -20,6 +20,6 @@ image = "*"
django-widget-tweaks = "*"
django-taggit = "*"
# Commented out to not explicitly specify Python 3 subversion.
[requires]
python_version = "3.7"
[scripts]
test = "lostplaces/manage.py test lostplaces_app"