Travis is now raising NoBaseEnvironmentError due to the absence of a default
base environment. New virtual environments are created and used instead of using
the default conda environment
Quick fixes were added. But the travis.yml will need an overhaul to remove redundant features.
Travis is now raising
NoBaseEnvironmentError
due to the absence of a default base environment. New virtual environments are created and used instead of using the default conda environmentQuick fixes were added. But the travis.yml will need an overhaul to remove redundant features.
Related to Issue #78.