Use GH action instead of Travis #2
ci.yml
on: pull_request
Test linting
14s
Test docs
17s
Test ubuntu-latest py2.7
1m 36s
Matrix: test-builds
Annotations
10 errors and 8 warnings
Ruff (E402):
dialite/__init__.py#L30
dialite/__init__.py:30:1: E402 Module level import not at top of file
|
Ruff (E402):
dialite/__init__.py#L31
dialite/__init__.py:31:1: E402 Module level import not at top of file
|
Ruff (E402):
dialite/__init__.py#L32
dialite/__init__.py:32:1: E402 Module level import not at top of file
|
Ruff (E402):
dialite/__init__.py#L33
dialite/__init__.py:33:1: E402 Module level import not at top of file
|
Ruff (E402):
docs/conf.py#L25
docs/conf.py:25:1: E402 Module level import not at top of file
|
Ruff (F401):
docs/conf.py#L25
docs/conf.py:25:8: F401 `dialite` imported but unused
|
Ruff (F401):
setup.py#L10
setup.py:10:12: F401 `setuptools` imported but unused; consider using `importlib.util.find_spec` to test for availability
|
Ruff (F401):
tests/test_dialite.py#L6
tests/test_dialite.py:6:8: F401 `os` imported but unused
|
Test linting
Process completed with exit code 1.
|
Test ubuntu-latest py2.7
Process completed with exit code 1.
|
Test ubuntu-latest py3.11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test ubuntu-latest py3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test ubuntu-latest py3.12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test ubuntu-latest py3.10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test ubuntu-latest py3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test ubuntu-latest py2.7
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|