Skip to content

Commit

Permalink
Use mxmake
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Feb 5, 2024
1 parent f74a80c commit 596fdf8
Show file tree
Hide file tree
Showing 10 changed files with 411 additions and 79 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/test.yaml → .github/workflows/test.yml
@@ -1,7 +1,6 @@
name: Test node.ext.zodb
name: Tests

on:
push:
on: [push]

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

python:
- "2.7"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"

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 --no-use-pep517 BTrees
pip install -e .[test]
- name: Run tests
Expand Down
8 changes: 5 additions & 3 deletions .gitignore
@@ -1,8 +1,10 @@
*.egg-info
*.pyc
*.pyo
/.coverage
/.mxmake
/.ruff_cache
/build
/dist/
/htmlcov/
/py2/
/py3/
/requirements-mxdev.txt
/venv
2 changes: 1 addition & 1 deletion LICENSE.rst
Expand Up @@ -2,7 +2,7 @@ License
=======

Copyright (c) 2012-2021, BlueDynamics Alliance, Austria, Germany, Switzerland
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

0 comments on commit 596fdf8

Please sign in to comment.