Renamed project

This commit is contained in:
Kristofers Solo
2023-03-27 08:46:51 +03:00
parent 2a25d389a6
commit d6446c7f8a
18 changed files with 68 additions and 19 deletions

18
tox.ini
View File

@@ -7,19 +7,25 @@ isolated_build = true
python =
3.10: py310, mypy, flake8
; [testenv]
; setenv =
; PYTHONPATH = {toxinidir}
; deps =
; -r{toxinidir}/requirements_dev.txt
[testenv]
setenv =
PYTHONPATH = {toxinidir}
deps =
-r{toxinidir}/requirements_dev.txt
basepython = python3.10
deps = django
commands = python manage.py test
[testenv:flake8]
basepython = python3.10
deps = flake8
commands = flake8 OSSDB_web
commands = flake8 FOSSDB_web
[testenv:mypy]
basepython = python3.10
deps =
-r{toxinidir}/requirements_dev.txt
commands = mypy OSSDB_web
commands = mypy FOSSDB_web