This commit is contained in:
Hemna 2023-01-10 14:19:20 -05:00
parent e74585f4e7
commit bc3595d7a2
2 changed files with 16 additions and 20 deletions

View File

@ -1,9 +1,24 @@
CHANGES
=======
v1.2.0
------
* Update for aprsd 3.0.0
v1.1.0
------
* Updated regex for message plugin
* Removed import of aprsd.messaging
* Fixed missing import for config
* Update for APRSD 3.0.0 release
* Update for aprsd >= 2.7.0
v1.0.5
------
* 1.0.5
* cleanup
* fix tox runs
* More cleanup

21
tox.ini
View File

@ -11,17 +11,14 @@ extend-exclude =
# This section is not needed if not using GitHub Actions for CI.
[gh-actions]
python =
3.7: py37
3.8: py38, fmt-check, lint
3.9: py39
[tox]
# These are the default environments that will be run
# when ``tox`` is run without arguments.
envlist =
fmt-check
lint
py{37,38,39}
py{39}
skip_missing_interpreters = true
# Activate isolated build environment. tox will use a virtual environment
@ -64,22 +61,6 @@ commands =
sphinx-apidoc --force --output-dir apidoc {toxinidir}/aprsd_slack_plugin
sphinx-build -a -W . _build
[testenv:fmt]
skip_install = true
deps =
-r{toxinidir}/requirements-dev.txt
commands =
isort aprsd_slack_plugin tests
black aprsd_slack_plugin tests
[testenv:fmt-check]
skip_install = true
deps =
-r{toxinidir}/requirements-dev.txt
commands =
isort --check-only aprsd_slack_plugin tests
black --check aprsd_slack_plugin tests
[testenv:licenses]
skip_install = true
recreate = true