twoscoops / two-scoops-of-django-1.11

The issue tracker, changelog, and code repository for Two Scoops of Django 1.11
https://www.twoscoopspress.com/products/two-scoops-of-django-1-11
408 stars 68 forks source link

Suggestion - update Continuous integration section to include basic yaml file #127

Open pgryko opened 6 years ago

pgryko commented 6 years ago

Location within the Book

Description

Provide an example .yaml file for building an docker container and running within travis-ci/gitlab-ci. The yaml files are quite short .e.g

language: python python:

I would also suggest updating the Chapter 3.3 Makefiles/Fabric to use .yaml to match what the CI & docker descriptions you have.