I have a very simple Pure Python package on PyPI that I'd like to make available on binstar. My package targets Python 2.6+ and 3.2+ with a single codebase. I also expect that it works equally well on Windows as well as Unix.
Is there a simple way to comprehensively build my package and upload it to binstar for many Python versions?
I've tried a naive use of conda skeleton pypi
as suggested in this article. I'd like to replicate this process across many different versions.