This repository is an example on how to test a Python project using Buildkite, Kubernetes Agent Stack and pipenv.
- 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.
See Licence.md (MIT)