Skip to content

Conversation

@gkreitz
Copy link
Contributor

@gkreitz gkreitz commented May 25, 2024

Our travis CI has been broken for quite a while. This PR adds a github action to replace travis.

The action is basically github's template. It will use flake8 to fail on syntax errors and generate a large number of warnings/complaints in the log. It also runs our pytests, and fails on any errors there.

gkreitz added 2 commits May 25, 2024 10:41
This is mostly the default github action generated by their config, with
the following minor changes:

 * Also test with one pypy version
 * Exclude examples/ in flake8 due to python2 examples
@pehrsoderman pehrsoderman merged commit 41eb0f5 into Kattis:develop Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants