Skip to content

Commit cad5273

Browse files
authored
Update .travis.yml (#163)
Update .travis.yml Add python 3.9 to build matrix, update lxml minor build to test, update recepients. Exclude LXML versions from build, which fails on ubuntu/xenial + python 3.9
1 parent 3975ed5 commit cad5273

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.travis.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- "3.6"
66
- "3.7"
77
- "3.8"
8+
- "3.9"
89

910
env:
1011
- LXML_VERSION=3.7.3
@@ -15,7 +16,7 @@ env:
1516
- LXML_VERSION=4.3.5
1617
- LXML_VERSION=4.4.3
1718
- LXML_VERSION=4.5.2
18-
- LXML_VERSION=4.6.2
19+
- LXML_VERSION=4.6.3
1920

2021
jobs:
2122
exclude:
@@ -31,7 +32,16 @@ jobs:
3132
env: LXML_VERSION=3.8.0
3233
- python: 3.8
3334
env: LXML_VERSION=4.0.0
34-
35+
- python: 3.9
36+
env: LXML_VERSION=3.7.3
37+
- python: 3.9
38+
env: LXML_VERSION=3.8.0
39+
- python: 3.9
40+
env: LXML_VERSION=4.0.0
41+
- python: 3.9
42+
env: LXML_VERSION=4.1.1
43+
- python: 3.9
44+
env: LXML_VERSION=4.2.6
3545

3646
# command to install dependencies
3747
install:
@@ -54,5 +64,6 @@ notifications:
5464
recipients:
5565
5666
67+
5768
on_success: always
5869
on_failure: always

0 commit comments

Comments
 (0)