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]
minversion = 3.8.0
envlist = py310, flake8, mypy
envlist = django, flake8, mypy
isolated_build = true
[gh-actions]
python =
3.10: py310, mypy, flake8
; [testenv]
; setenv =
; PYTHONPATH = {toxinidir}
; deps =
; -r{toxinidir}/requirements_dev.txt
3.10: django, mypy, flake8
[testenv]
[testenv:django]
basepython = python3.10
deps = django
commands = python manage.py test