hauntsaninja / pyp

Easily run Python at the shell! Magical, but never mysterious.
MIT License
1.41k stars 39 forks source link

CI: Enable `jq` test #11

Closed nickodell closed 4 years ago

nickodell commented 4 years ago

jq is already installed on Travis, so no need to install it.

I did have an issue with the test, both locally and in CI, so I fixed it. See commit 2 for details.

hauntsaninja commented 4 years ago

Thanks again! This is why you don't allow tests to fail :-)

I wonder what happened here, at some point I must have just assumed the reason for it not working without checking locally.