Created
May 14, 2022 08:29
-
-
Save twyle/803e876ee67491ce10389c9fd274fbe2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update-pip: | |
@pip install --upgrade pip | |
install: update-pip requirements.txt | |
@pip install -r requirements.txt | |
install-dev: requirements-dev.txt | |
@pip install -r requirements-dev.txt | |
run: | |
@python manage.py run | |
test: | |
@python -m pytest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment