Skip to content

Commit

Permalink
Use mxmake
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Feb 3, 2024
1 parent f7cded3 commit 90a5d46
Show file tree
Hide file tree
Showing 10 changed files with 454 additions and 82 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yaml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Test node
name: Tests

on:
push:
on: [push]

jobs:
test:
Expand All @@ -17,23 +16,24 @@ jobs:
- macos-latest

python:
- "2.7"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "pypy3.9"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

- name: Install
run: |
pip install wheel
pip install coverage
pip install -e .
Expand Down
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
*.egg-info/
*.pyc
/.coverage
/.mxmake
/.ruff_cache
/dist/
/htmlcov/
/py2/
/py3/
/pypy3/
/src/node.egg-info/
/requirements-mxdev.txt
/venv
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ License
=======

Copyright (c) 2009-2021, BlueDynamics Alliance, Austria
Copyright (c) 2021-2022, Node Contributors
Copyright (c) 2021-2024, Node Contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Loading

0 comments on commit 90a5d46

Please sign in to comment.