Closed davidban77 closed 4 years ago
Using conda to manage the python environments. So added the tox-conda plugin requirement which will be triggered when running the tox command.
conda
tox-conda
tox
Also changed the CircleCI image to continuumio/miniconda3 to handle the python environments.
continuumio/miniconda3
Fixes #68
Using
conda
to manage the python environments. So added thetox-conda
plugin requirement which will be triggered when running thetox
command.Also changed the CircleCI image to
continuumio/miniconda3
to handle the python environments.