ContinuumIO / ProtoCI

Prototype of CI for conda recipes
BSD 3-Clause "New" or "Revised" License
7 stars 9 forks source link

Package protoci for Python 2.7, 3.4, 3.5 #22

Closed PeterDSteinberg closed 8 years ago

PeterDSteinberg commented 8 years ago

See this bug that occurred because there was no package for 3.4.

PeterDSteinberg commented 8 years ago

This has been completed. In the future, the way to do it is to cd into this cloned dir, make sure the versions in the meta.yaml and setup.py agree, push the branch push the version tag. Then do:

conda build . --python "2.7" --python "3.4" --python "3.5"

from OSX, Linux, and Windows machines.