Fix for build issues#230
Conversation
|
Uhh... you're reverting a change that you made: 8f3ff1b Do you remember why you made that change to begin with? |
|
Well... I think the Travis failure answered the "why". Odd. 😒 |
|
Very odd - it looks like Mind you, |
|
OK, so problem is that if you don't do the builder swap then the integration tests are not updated to Python 3 - but doing the builder swap is not the right thing to do, I think. I'd say that probably the best option is to make the integration tests work on both 2 and 3 with the same codebase. |
I think this is fine from the point of view of codebase management.
|
And the code in the integration tests is horrible, so I've folded them into the Kiva test suites instead. They may need some tweaking to run under Python 3. |
|
I just tested |
|
Thank you. |
Should fix #229