mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-03-22 00:26:22 +00:00
Renamed project
This commit is contained in:
18
tox.ini
18
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user