Skip to content

Commit db73dcc

Browse files
committed
Add Python 3.9 to Travis CI
1 parent c5cc8fe commit db73dcc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: python
22
python:
33
- "3.8"
4+
- "3.9"
45
cache: pip
56
env:
67
global:
@@ -14,6 +15,12 @@ matrix:
1415
- TOXENV=py38
1516
services:
1617
- xvfb
18+
- python: '3.9'
19+
dist: xenial
20+
env:
21+
- TOXENV=py39
22+
services:
23+
- xvfb
1724

1825
before_install:
1926
- python --version

0 commit comments

Comments
 (0)