Isort: Switch to github actions

Created on 9 Feb 2020  路  2Comments  路  Source: PyCQA/isort

Currently isort uses .travis to run tests cases, however these tests can be very slow to run, as travis imposes limits on how many run in parallel. This ticket represents the work to move the tests to run on github actions to move past the travis limitation.

devops good first issue

Most helpful comment

Please see PR https://github.com/timothycrosley/isort/pull/1122 for a start on this.

All 2 comments

Please see PR https://github.com/timothycrosley/isort/pull/1122 for a start on this.

This is now merged in, and active for all testing across OSes. Thanks!

Was this page helpful?
0 / 5 - 0 ratings