forked from axnsan12/drf-yasg
-
Notifications
You must be signed in to change notification settings - Fork 2
/
tox.ini
29 lines (24 loc) · 822 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[tox]
minversion = 3.9.0
isolated_build = true
isolated_build_env = .package
skip_missing_interpreters = true
envlist =
py{36,37,38,39}-django{22,30,31}-drf{38,39,310,311,312},
py38-django_latest-drf_latest,
deps =
django22: Django>=2.2,<2.3
django30: Django>=3.0,<3.1
django31: Django>=3.0,<3.1
django_latest: https://github.com/django/django/archive/master.tar.gz
drf38: djangorestframework>=3.8,<3.8
drf39: djangorestframework>=3.9,<3.10
drf310: djangorestframework>=3.10,<3.11
drf311: djangorestframework>=3.10,<3.12
drf312: djangorestframework>=3.12
drf_latest: https://github.com/encode/django-rest-framework/archive/master.tar.gz
commands = pytest
[pytest]
DJANGO_SETTINGS_MODULE = testproj.settings.local
python_paths = testproj
addopts = --ignore=node_modules