Skip to content

buildkite/python-pipenv-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildkite Python (pipenv) Example

Build status Add to Buildkite

This repository is an example Buildkite pipeline that tests a Python project using pipenv.

👉 See this example in action: buildkite/python-pipenv-example

See the full Getting Started Guide for step-by-step instructions on how to get this running, or try it yourself:

Add to Buildkite

Screenshot of Buildkite Python pipenv example pipeline

How it works

This example:

  • Assumes Python and pipenv are installed on the agent
  • Installs dependencies with pipenv install --deploy --dev
  • Runs tests using pipenv run py.test

Example pipeline step:

steps:
  - label: ":python: Test"
    commands:
      - pipenv install --deploy --dev
      - pipenv run py.test

💡 Looking for a Docker-based setup instead? Check out the Python Docker Example.

License

See LICENSE (MIT)

About

An example pipeline that tests a Python project using pipenv for dependency management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages