Alephbet / gimel

Run your own A/B testing backend using AWS Lambda and Redis HyperLogLog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build failing (pandoc / pypandoc related?)

gingerlime opened this issue · comments

https://travis-ci.org/Alephbet/gimel/jobs/136246047

not entirely sure why, because nothing related has changed. Running python setup.py check -m -r -s locally seems to work ok if pandoc is installed...

@Azd325 perhaps you can help?

Yep, this is pandoc related because the version of the travis ubuntu version is to old for the syntax.
I tried already on another branch to fix this with a new version of pandoc but to good result.
It give me some PATH issues. I tried also to install it over cabal from haskell.

Maybe we take the syntax check out of the tox check!

Yes, if it's so fragile, we might as well take it out. Or I'll have to live with an rst readme :)

For the moment it would be fine to take the check out on travis but keep it
for local testing.
Travis only test the environment what are defined in the travis.yml so it
would be fine if we split it in a manifest and a Readme check? And we will
only check the manifest on travis...

gingerlime notifications@github.com schrieb am Mi., 8. Juni 2016, 22:05:

Yes, if it's so fragile, we might as well take it out. Or I'll have to
live with an rst readme :)


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#11 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AAaCLemDmUmPWVsy0OYKj-IybFMXJOAcks5qJyCUgaJpZM4IxU9y
.

  • Tim