You can use the environment.dev.yml file in order to configure a conda environment. This will use reasonable defaults for the Python version and will also install all requirements in order to run tests interactively as opposed to through tox.
$> conda env create -f environment.yml
Scripts are available through yarn.
$> yarn watch-tests
There are separate scripts for different test phases, as appropriate.
UNFINISHED ADD CROSS PLATFORM