Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 703 Bytes

Readme.md

File metadata and controls

15 lines (9 loc) · 703 Bytes

Buildkite Python Docker Example (using pipenv)

Add to Buildkite

This repository is an example on how to test a Python project using Buildkite, Docker and pipenv.

How does it work?

  • The Dockerfile sets up the pipenv environment, and installs the dependencies
  • The docker-compose.yml defines the 'app' Docker service and how it should be built
  • The pipeline.yml runs the command using Docker Compose

License

See Licence.md (MIT)