- May 10, 2017
-
-
Benjamin Bertrand authored
Miniconda2 was made the default because of Ansible, but there is no reason. Ansible has to use the default Python installation in the first place. For molecule, there is no problem to install that in a conda env with Python2.
-
- Apr 25, 2017
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
A new miniconda installer is not released with every conda version. `conda_version` is now independant of `miniconda_version`.
-
- Mar 24, 2017
-
-
Benjamin Bertrand authored
Add tests on conda user
-
- Mar 23, 2017
-
-
Benjamin Bertrand authored
Ansible still requires Python 2. We make Miniconda2 the default. It's still possible to install Miniconda3 by overriding miniconda_version and miniconda_installer_md5.
-
- Mar 22, 2017
-
-
Benjamin Bertrand authored
sudo is required to install conda. It's automatically installed by molecule so the missing dependency was not detected by molecule test.
-
- Mar 20, 2017
-
-
Benjamin Bertrand authored
-