# This file is part of FNPDjango, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Nowoczesna Polska. See README.md for more information. # [tox] envlist=clear, d20-py{36,37}, d21-py{36,37}, d22-py{36,37,38,39}, d30-py{36,37,38,39}, d31-py{36,37,38,39}, d32-py{36,37,38,39,310}, d40-py{38,39,310}, d41-py{38,39,310,311}, d42-py{38,39,310,311} stats [testenv] commands=coverage run --source=fnpdjango --append --branch runtests.py deps= django-pipeline==2.0.8 d20: Django>=2.0,<2.1 d21: Django>=2.1,<2.2 d22: Django>=2.2,<3.0 d30: Django>=3.0,<3.1 d31: Django>=3.1,<3.2 d32: Django>=3.2,<4.0 d40: Django>=4.0,<4.1 d41: Django~=4.1.0 d42: Django~=4.2.0 coverage extras= textile [testenv:clear] basepython=python3 commands=coverage erase [testenv:stats] basepython=python3 commands=coverage html