1. 13
  1.  

  2. 4

    I really think that once wheel creation is automated via some web service or github organization that uses CI services, they’ll really take off. Right now you need too much hardware and setup (two linux VMs, a windows VM, and apple hardware since you can’t virtualize OSX) to do cross-platform wheels.

    1. 2

      Would this be doable via travis / appveyor builds? Between the two you cover all three major OSes.

      1. 3

        Yes, and you can get OSX via Travis as well. I believe that there are plans to enable wheel building on conda-forge as a build artifact.