Skip to content

Instantly share code, notes, and snippets.

@cocomatias
Created May 21, 2021 19:47
Show Gist options
  • Save cocomatias/bf649fbbf84aa8d86aff9ceecc0329a0 to your computer and use it in GitHub Desktop.
Save cocomatias/bf649fbbf84aa8d86aff9ceecc0329a0 to your computer and use it in GitHub Desktop.
Travis settings for Django & Postgres
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