Created
May 21, 2021 19:47
-
-
Save cocomatias/bf649fbbf84aa8d86aff9ceecc0329a0 to your computer and use it in GitHub Desktop.
Travis settings for Django & Postgres
This file contains 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
language: python | |
python: | |
- '3.9.0' # Your python version | |
install: | |
- pip install -r requirements.txt | |
services: | |
- postgresql | |
script: | |
- python manage.py test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment