File tree 1 file changed +1
-15
lines changed
1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -9,41 +9,27 @@ services:
9
9
10
10
matrix :
11
11
include :
12
- - env :
13
- - DB=mariadb:5.5
14
- python : " 3.5"
15
12
- env :
16
13
- DB=mariadb:10.2
17
14
python : " 3.6"
18
15
- env :
19
16
- DB=mariadb:10.3
20
17
- TEST_MARIADB_AUTH=yes
21
18
python : " pypy3"
22
- - env :
23
- - DB=mariadb:10.4
24
- - TEST_MARIADB_AUTH=yes
25
- python : " 2.7"
26
19
- env :
27
20
- DB=mariadb:10.5
28
21
- TEST_MARIADB_AUTH=yes
29
22
python : " 3.7"
30
- - env :
31
- - DB=mysql:5.5
32
- python : " 3.5"
33
23
- env :
34
24
- DB=mysql:5.6
35
- python : " 3.9-dev "
25
+ python : " 3.9"
36
26
- env :
37
27
- DB=mysql:5.7
38
28
python : " 3.7"
39
29
- env :
40
30
- DB=mysql:8.0
41
31
- TEST_AUTH=yes
42
32
python : " 3.8"
43
- - env :
44
- - DB=mysql:8.0
45
- - TEST_AUTH=yes
46
- python : " 2.7"
47
33
48
34
# different py version from 5.6 and 5.7 as cache seems to be based on py version
49
35
# http://dev.mysql.com/downloads/mysql/5.7.html has latest development release version
You can’t perform that action at this time.
0 commit comments