I have not seen anything fail on python 3.4 but work on python 3.5.
If we disable these builds, we will save a lot of time.
We can still keep it in the nightlies to make sure everything is working.
Since Python 3.4 is still a supported distro in conda-forge, I propose we just insert "only: - master" on Python 3.4 builds. This will make the packages build on branches only using Python 2.7 and Python 3.5, while keeping a full check for the master branch.
With the recent fix in bob.buildout and adding python 3.6 packages in bob.conda: https://gitlab.idiap.ch/bob/bob.conda/commit/b097e5f689fc40302644429adb9fc0c581f0f518, our packages are compiling for python 3.6 too. @andre.anjos would you be kind and make the python 3.6 environments available on CI machines? (it's not gonna work out of the box probably)
A revamped bob-devel conda meta package is now in place, with support for Python 2.7, 3.5 and 3.6 and numpy 1.12.x. This has been used to create a bob-devel-py36 environment on the CIs.