psf / pyperf

Toolkit to run Python benchmarks
http://pyperf.readthedocs.io/
MIT License
799 stars 78 forks source link

Support of Python 3.9 on Travis #80

Closed abdullahselek closed 3 years ago

abdullahselek commented 3 years ago

First of all sorry for the confusion on my previous PR, this time all should go well. Travis-CI started giving support for Python 3.9 https://travis-ci.community/t/python-3-9-0-build/10091/17.

vstinner commented 3 years ago

Travis CI no longer runs on the pyperf project. I removed the webhook for the legacy travis-ci.org (old API), but I didn't notice that the project is not migrated to the new tracis-ci.org (new GitHub Action API).

@ewdurbin: Would you mind to click on the "Migrate" button at https://travis-ci.com/github/psf/pyperf ? I don't have access to this.

ewdurbin commented 3 years ago

Done.

vstinner commented 3 years ago

I'm not sure if close/reopen is enough to fix the CI. So I created a new PR: PR #81.

vstinner commented 3 years ago

@ewdurbin migrated pyperf to the new travis-ci.org (GitHub Action API) and I fixed the branch protection to require the new Travis CI job on PRs. I created 3 PRs, the last one should be good: PR #83.