Make coverage tests use development versions of lwt and lwt_ppx#590
Conversation
|
Hmm.. The Linux builds work now, but the OSX ones fail with a different reason. Before, the build failed because Not sure why this happens, but since the error occurs when installing |
|
Hmm.. The Linux builds work now, but the OSX ones fail with a different reason. Before, the build failed because Not sure why this happens, but since the error occurs when installing |
|
Thanks! I'll give it a proper try in some hours. The macOS builds are probably failing because of the Homebrew Python issue. We worked around that in this repo, in cd63b76, however that commit is not in the |
|
Looks good, thanks again! And sorry for the delay. I'll get this over into |
|
Thanks, Anton! |
See the comments starting here.
This PR fixes the Travis builds and gets the coverage tests to run. They currently don't because the tests are looking for the installed version of
lwt; see e.g. here.To verify, run
make coverage.