File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ matrix:
37
37
env : TOXENV=postgresql
38
38
addons :
39
39
postgresql : " 9.5"
40
+ - python : 3.7
41
+ env : TOXENV=mariadb
42
+ addons :
43
+ mariadb : " 10.3"
40
44
- env : TOXENV=flake8
41
45
- python : 3.7
42
46
env : TOXENV=style
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ envlist =
5
5
py{35,36,37}-dj21
6
6
py{35,36,37}-djmaster
7
7
postgresql,
8
+ mariadb,
8
9
flake8,
9
10
style,
10
11
readme
@@ -42,6 +43,22 @@ whitelist_externals = make
42
43
pip_pre = True
43
44
commands = make coverage TEST_ARGS =' {posargs:tests}'
44
45
46
+ [testenv:mariadb]
47
+ deps =
48
+ Django>=2.1,<2.2
49
+ coverage
50
+ django_jinja
51
+ html5lib
52
+ mysqlclient
53
+ selenium<4.0
54
+ sqlparse
55
+ setenv =
56
+ PYTHONPATH = {toxinidir}
57
+ DJANGO_DATABASE_ENGINE = mysql
58
+ whitelist_externals = make
59
+ pip_pre = True
60
+ commands = make coverage TEST_ARGS =' {posargs:tests}'
61
+
45
62
[testenv:flake8]
46
63
basepython = python3
47
64
commands = make flake8
You can’t perform that action at this time.
0 commit comments