Reformatting Pipfile and makefile

Changing some package for my personal 
template for python projects
This commit is contained in:
Fundor333
2020-12-24 12:06:16 +01:00
parent 8e335d77d1
commit 248307d334
2 changed files with 1 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ migrate: ## Make and run migrations
.PHONY: test
test: ## Run tests
pipenv run skjold -v audit Pipfile.lock
pipenv run python manage.py test application --verbosity=0 --parallel --failfast
pipenv run python manage.py test --verbosity=0 --parallel --failfast
.PHONY: run
run: ## Run the Django server