Updated automatic tests

This commit is contained in:
Kristofers Solo 2023-03-27 09:18:09 +03:00
parent d6446c7f8a
commit f67f8d2b69

12
tox.ini
View File

@ -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