I was looking at the travis yml file and noticed that this added conda_deps and pip_deps to the script iteself. That is quite cool as a one liner instead of a script.
- Is there an easy way to handle multiple conda channels in such dependencies?
- I had heard that at some point conda install would default to pip install for packages not found in conda. I am guessing that has not yet happened in the conda releases yet?