Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 446 Bytes

CONTRIBUTE.md

File metadata and controls

22 lines (15 loc) · 446 Bytes

Development tools

Using tox with anaconda

tox is recommended to use pipx. tox does not seem to work out of the box with conda based python installation.

Install pipx into your base environment:

# to base
conda install -c defaults -c conda-forge pipx
pipx install tox
pipx ensurepath # add to path

Start a new shell. Now tox should work from your base environment.