Uh oh!
There was an error while loading. Please reload this page.
travis: Ensure Python 3.8 is used, disable failing PyPy 2.7 build - #2160
travis: Ensure Python 3.8 is used, disable failing PyPy 2.7 build#2160EricCousineau-TRI wants to merge 3 commits into
Conversation
EricCousineau-TRI
commented
Apr 10, 2020
Nuts... seems like Sphinx upgrade to 3.0.0, which breaks things? |
wjakob
commented
Apr 26, 2020
Looks good, but let's definitely not drop tests if there is only a single one covering that flavor of interpreter. Can you amend this PR with the fix for Python 3.8? |
wjakob
commented
Jun 30, 2020
Hi @EricCousineau-TRI -- sorry for taking a while to respond to this PR. |
EricCousineau-TRI
commented
Jul 1, 2020
wjakob
commented
Jul 1, 2020
I noticed that too. Something (not me, did not touch) recently messed up the integration. Earlier today, I removed all the permissions and recreated them. I'm hoping that bumping those PRs will fix cause all of the CI to rebuilt. Note that Travis itself is unaffected, you can log in there and see all of the builds. |
EricCousineau-TRI
commented
Jul 1, 2020
Awesome, sound great - closing now! |
Resolves#2159
Lemme know if I should take out the disabling of PyPy.
Thanks to @carlsonmark for the help!
This change is