
For some reason toytree will not build with all other when I run:

  conda build conda.recipes/

But it will build if I run each separately:

  conda build conda.recipes/toyplot
  conda build conda.recipes/toytree

