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 #31

Closed dsayling closed 4 years ago

dsayling commented 4 years ago

With https://github.com/CircleCI-Public/cimg-python/issues/39 comes virtualenv and pipenv in the image.

Suggested orb features:

Some inspiration from this community orb: https://circleci.com/orbs/registry/orb/frameio/pipenv

Some devs may want virtualenv support only - without pipenv, but that support can be added independently.

wyardley commented 4 years ago

Note that I think pipenv check may require a commercial API key to work at all

I tried using it and ended up using safety check instead, but maybe I'm missing something on getting pipenv check to work without the paid token.