-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
We chose to deprecate (but not remove support for) Python 2.6 in the previous release. As part of that I think we should reduce the number of build configurations for it in our test infrastructure. Currently we run tests against py26 in the following ways:
Jenkins:
- CentOS 5
- Windows 32-bit
- Windows 64-bit
- Ubuntu 14.04 (against OpenSSL 1.0.2)
- OS X 10.8
Travis:
- Ubuntu 14.04 (against 0.9.8 and 1.0.1)
- OS X 10.10 (against 0.9.8 and 1.0.2)
I'd like to remove the 0.9.8 tests from the Travis infra and the OS X 10.8 and Ubuntu 14.04 tests from the jenkins infra. That will leave sufficient coverage to be confident that py26 is still working while improving our test performance and giving us some breathing room for the addition of py35 in September.
Reactions are currently unavailable