Upload a conda package per branch
Created by: scarlehoff
This is the cleanest way I could think of for having several nnpdf builds in the server when the upload_non_master flag is set to true.
Things to note:
- I haven't tested it (it works locally though)
- When you use append-file you cannot use jinja
- I am very surprised conda has no
provides
orpriority
flags??
I guess what's missing is to take the branch name automatically but the second point prevents me from doing it... opening the PR in case someone has an easy solution for that wants to do something else (I don't think I will because I don't use conda and even if I did, on testing this locally I think I would prefer to build the package locally and then "scp it" wherever rather than waiting for Travis).
Addresses #780.