OpenAgricultureFoundation / openag_python

**DEPRECATED** python code - it now lives in openag_brain/.../openag_lib
GNU General Public License v3.0
20 stars 12 forks source link

Fix orange Travis tests #4

Closed gordonbrander closed 8 years ago

gordonbrander commented 8 years ago

Travis tests that were previously passing are now failing on same build (see #47, #45 build history).

I think the problem is with codegen?

LeonChambers commented 8 years ago

I suspect the build broke due to changes in repositories that the tests depend on. Haven't looked into it yet though, so I'm not sure.

On Thu, Sep 15, 2016, 12:38 PM Gordon Brander notifications@github.com wrote:

Travis tests that were previously passing are now failing on same build (see #47 https://travis-ci.org/OpenAgInitiative/openag_python/builds/156251362,

45

https://travis-ci.org/OpenAgInitiative/openag_python/builds/155353200 build history).

I think the problem is with codegen?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OpenAgInitiative/openag_python/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AHbJu1JKqoXMJgd9yV5w4wmRPHI3x2w_ks5qqXSBgaJpZM4J-FL7 .

LeonChambers commented 8 years ago

Looks like the 3.0 release of platformio a little over a week ago broke our build. In the short term, I'll update the travis build to use 2.0. In the long term, I'll try to figure out what changed and how to become compatible with it.

LeonChambers commented 8 years ago

Works for now