CondaPipBuilder - evansde77/cirrus GitHub Wiki
CondaPip Builder
The CondaPip plugin uses a conda based python distribution and installs packages into it using pip.
Options
- --conda - Conda binary to use to create the environment
- --python - Python version to pass to the conda environment, in X.Y version format, eg 3.5, 2.7
- -c, --clean - remove existing virtual environment
- -u, --upgrade - Use to update the dependencies in the package requirements
- --extra-requirements - pass extra requirements.txt files to install
- --no-setup-develop - skip running python setup.py develop in the environment after the build