I've got several eggs I maintain on Pypi but up until now I've always focused on Python 2.5x. I'd like to release my eggs under both Python 2.5 & Python 2.6 in an automated fashion i.e.
- running tests
- generating doc
- preparing eggs
- uploading to Pypi
How do you guys achieve this?
A related question: how do I tag an egg to be "version independent" ? works under all version of Python?