PythonOptimizers / cysparse

Python/Cython library to replace PySparse
http://PythonOptimizers.github.io/cysparse
7 stars 3 forks source link

Tests only for 64 bits on Travis... #238

Open ghost opened 8 years ago

ghost commented 8 years ago

https://github.com/travis-ci/travis-ci/issues/986

IINW (If I'm not wrong), Travis doesn't plan to support 32 bits architecture in the near (or even far) future.

Any thoughts?

dpo commented 8 years ago

Do you really mean 32 bit architectures? There's no need to support those.

ghost commented 8 years ago

Why not? But yes, this is what I meant.

dpo commented 8 years ago

They're on the way out. We should focus on 99% of the platforms out there.

ghost commented 8 years ago

Maybe we should have thought about it before taking painstaking (this is just to make it sounds more dramatic than needed :smiley_cat: ) efforts to support 32 and 64 bits architecture at the same time? More seriously, we loose lots of time and energy because we don't plan in advance what or what not to implement...