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]
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user