Use GH action instead of Travis #1
ci.yml
on: pull_request
Test linting
15s
Test docs
19s
Matrix: test-builds
Annotations
12 errors and 12 warnings
Test ubuntu-latest py3.7
The version '3.7' with architecture 'x64' was not found for Ubuntu 24.04.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
|
Test ubuntu-latest py3.6
The version '3.6' with architecture 'x64' was not found for Ubuntu 24.04.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
|
Test ubuntu-latest py2.7
The version '2.7' with architecture 'x64' was not found for Ubuntu 24.04.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
|
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 py3.7
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.6
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
|
Test ubuntu-latest py2.7
The support for python 2.7 was removed on June 19, 2023. Related issue: https://github.com/actions/setup-python/issues/672
|
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 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.10
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.8
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
|