mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Updated automatic tests
This commit is contained in:
parent
d6446c7f8a
commit
f67f8d2b69
12
tox.ini
12
tox.ini
@ -1,20 +1,14 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.8.0
|
minversion = 3.8.0
|
||||||
envlist = py310, flake8, mypy
|
envlist = django, flake8, mypy
|
||||||
isolated_build = true
|
isolated_build = true
|
||||||
|
|
||||||
[gh-actions]
|
[gh-actions]
|
||||||
python =
|
python =
|
||||||
3.10: py310, mypy, flake8
|
3.10: django, mypy, flake8
|
||||||
|
|
||||||
; [testenv]
|
|
||||||
; setenv =
|
|
||||||
; PYTHONPATH = {toxinidir}
|
|
||||||
; deps =
|
|
||||||
; -r{toxinidir}/requirements_dev.txt
|
|
||||||
|
|
||||||
|
|
||||||
[testenv]
|
[testenv:django]
|
||||||
basepython = python3.10
|
basepython = python3.10
|
||||||
deps = django
|
deps = django
|
||||||
commands = python manage.py test
|
commands = python manage.py test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user