The Python testing tool tox seems to be designed to work with virtualenv. Can it also work on conda/anaconda-based Python installations?
tox
Yes, you need the conda version of virtualenv installed for this to work.
virtualenv
Try to execute:
conda install virtualenv virtualenv 15.1.0 py36_
Change to project directory containing tox.ini and execute:
tox.ini