[PR #506] [MERGED] use GitHub actions #522

Closed
opened 2026-02-26 10:31:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/506
Author: @ThomasWaldmann
Created: 3/18/2023
Status: Merged
Merged: 3/18/2023
Merged by: @ThomasWaldmann

Base: masterHead: use-github-actions


📝 Commits (2)

  • 45dcc59 use tox for invoking pytest/flake8
  • 698ec27 CI via github actions

📊 Changes

7 files changed (+159 additions, -20 deletions)

View changed files

.github/workflows/ci.yml (+104 -0)
pyproject.toml (+3 -0)
📝 requirements.d/dev.txt (+4 -2)
📝 requirements.d/travis.txt (+4 -4)
📝 scripts/travis/install.sh (+3 -3)
📝 setup.cfg (+21 -11)
tox.ini (+20 -0)

📄 Description

trying to get github actions to work for this. travis CI is dysfunctional for us since long.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nsupdate-info/nsupdate.info/pull/506 **Author:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Created:** 3/18/2023 **Status:** ✅ Merged **Merged:** 3/18/2023 **Merged by:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Base:** `master` ← **Head:** `use-github-actions` --- ### 📝 Commits (2) - [`45dcc59`](https://github.com/nsupdate-info/nsupdate.info/commit/45dcc59a00bae4007b1a3f9bd1acbc62ba5302ab) use tox for invoking pytest/flake8 - [`698ec27`](https://github.com/nsupdate-info/nsupdate.info/commit/698ec275dee3f3955204fea3fcd1414fe93cd117) CI via github actions ### 📊 Changes **7 files changed** (+159 additions, -20 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+104 -0) ➕ `pyproject.toml` (+3 -0) 📝 `requirements.d/dev.txt` (+4 -2) 📝 `requirements.d/travis.txt` (+4 -4) 📝 `scripts/travis/install.sh` (+3 -3) 📝 `setup.cfg` (+21 -11) ➕ `tox.ini` (+20 -0) </details> ### 📄 Description trying to get github actions to work for this. travis CI is dysfunctional for us since long. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:31:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#522
No description provided.