Since CI came up, I looked into this today. I ran into a number of test failures:
> Issue #263: test test_read_encrypted_file fails when $GNUPGHOME is not set Martin accepted the fix already > Issue #264: test test_bake_archive__known fails when zip is not installed I made sure that zip (and gnupg) were installed in my test environment. This needs to be documented (Martin mentioned converting the code to use Python modules instead). > Issue #265: tests beancount.prices.sources.oanda_test.TestOandaGetHistorical > fail because of timezone I haven't fixed this but I hope the comments I added show where the problem is. > Issue #266: test beancount.plugins.forecast_test.TestExampleForecast fails This test was time dependent. I submitted a PR. I also submitted a Travis file: https://bitbucket.org/blais/beancount/pull-requests/68 With this Travis configuration, I can do CI Travis builds automatically. I used GitHub using a beancount git repo converted from Mercurial with hg-fast-export, but if there's Travis for BitBucket it should work the same way since it's normal Travis. -- Martin Michlmayr http://www.cyrius.com/ -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/20180401173636.vdxoptxq5ffobirf%40jirafa.cyrius.com. For more options, visit https://groups.google.com/d/optout.
