Closed mcflugen closed 6 years ago
This pull request fixes the UnsatisfiableError we see on Travis when we try to install, for example, Python 2.7 into a Miniconda3 installation. Now we just create a new environment, with the target Python version, in which the build/tests are run.
UnsatisfiableError
This pull request fixes the
UnsatisfiableError
we see on Travis when we try to install, for example, Python 2.7 into a Miniconda3 installation. Now we just create a new environment, with the target Python version, in which the build/tests are run.