Skip to content

Commit 907b453

Browse files
authored
travis: Remove Python 2.7, 3.5, MySQL 5.5, MariaDB 5.5. (#913)
1 parent 99b703c commit 907b453

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.travis.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,41 +9,27 @@ services:
99

1010
matrix:
1111
include:
12-
- env:
13-
- DB=mariadb:5.5
14-
python: "3.5"
1512
- env:
1613
- DB=mariadb:10.2
1714
python: "3.6"
1815
- env:
1916
- DB=mariadb:10.3
2017
- TEST_MARIADB_AUTH=yes
2118
python: "pypy3"
22-
- env:
23-
- DB=mariadb:10.4
24-
- TEST_MARIADB_AUTH=yes
25-
python: "2.7"
2619
- env:
2720
- DB=mariadb:10.5
2821
- TEST_MARIADB_AUTH=yes
2922
python: "3.7"
30-
- env:
31-
- DB=mysql:5.5
32-
python: "3.5"
3323
- env:
3424
- DB=mysql:5.6
35-
python: "3.9-dev"
25+
python: "3.9"
3626
- env:
3727
- DB=mysql:5.7
3828
python: "3.7"
3929
- env:
4030
- DB=mysql:8.0
4131
- TEST_AUTH=yes
4232
python: "3.8"
43-
- env:
44-
- DB=mysql:8.0
45-
- TEST_AUTH=yes
46-
python: "2.7"
4733

4834
# different py version from 5.6 and 5.7 as cache seems to be based on py version
4935
# http://dev.mysql.com/downloads/mysql/5.7.html has latest development release version

0 commit comments

Comments
 (0)