Skip to content
Snippets Groups Projects
Commit fcfca30d authored by Kien Le's avatar Kien Le
Browse files

Set up tox

parent db49dfa3
No related branches found
No related tags found
1 merge request!187Set up tox
Pipeline #3079 passed with stage
in 2 minutes and 17 seconds
include HISTORY.rst
include README.rst
include sohstationviewer/database/soh.db
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
......@@ -38,7 +38,8 @@ setup(
setup_requires=[],
extras_require={
'dev': [
'flake8'
'flake8',
'tox'
]
},
license="GNU General Public License v3",
......
tox.ini 0 → 100644
[tox]
envlist = py38, py39, python3.10, flake8
[testenv]
commands = python -m unittest
[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 --exclude sohstationviewer/view/ui sohstationviewer
flake8 tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment