astropy / conda-builder-affiliated

THIS REPO IS DEPRECATED -- see astropy/conda-channel-astropy instead:
https://github.com/astropy/conda-channel-astropy
BSD 3-Clause "New" or "Revised" License
2 stars 10 forks source link

Build more versions for travis testing #91

Closed bsipocz closed 8 years ago

bsipocz commented 8 years ago

Would it be feasible in terms of resource requirement, etc to build packages for more versions? My use case would be to use these conda packages rather than pip installing them when they are dependencies of other affiliates. However these packages don't cover the whole version range we usually test. What usually missing is builds for python 2.6 and 3.3. And if possible python 2.7 builds for older numpies (at least 1.8 and 1.7).

mwcraig commented 8 years ago

@bsipocz -- at the moment what would limit this is what numpy/python combinations continuum provides. The infrastructure for doing it isn't that extensive, though doing it on a per-package basis might be a bit of a hassle (I assume different packages support different minimum versions of python/numpy).

bsipocz commented 8 years ago

This is now solved, as astropy-ci-extras hosts these combinations.