CircleCI-Public / python-orb

Common CircleCI tasks for the Python programming language.
https://circleci.com/developer/orbs/orb/circleci/python
MIT License
13 stars 37 forks source link

Support pipenv in the orb [semver:minor] #38

Closed dsayling closed 4 years ago

dsayling commented 4 years ago

Add commands for pipenv-install and virtual env caching Add a job to simplify usage

Checklist

Motivation, issues

With pipenv now in cimg/python this seems like the most logical integration

Description

Adds commands to install with pipenv, save the cache with a sane default, and restore the cache. Tests included