Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 713 Bytes

Readme.md

File metadata and controls

14 lines (8 loc) · 713 Bytes

Buildkite Python Kubernetes Stack Example (using pipenv)

Add to Buildkite

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

How does it work?

  • The Dockerfile sets up the pipenv environment, and installs the dependencies
  • The pipeline.yml runs the pytest tests in a Kubernetes pod based on python and reports the test results with JUnit.

License

See Licence.md (MIT)