Skip to content

Commit 87fb2ac

Browse files
committed
Add travis 3.9 build
1 parent 7e8a4de commit 87fb2ac

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,21 @@ jobs:
3131
python: 3.7
3232
- stage: test
3333
python: 3.8
34+
- stage: test
35+
python: 3.9
3436
after_success:
3537
- codecov
3638

3739
# Bundle Stage
3840
- stage: bundle
39-
python: 3.8
41+
python: 3.9
4042
script:
4143
- cp ThirdPartyNotices.txt ./pylintfileheader
4244
- python setup.py sdist bdist_wheel
4345

4446
# Deploy Stage
4547
- stage: deploy
46-
python: 3.8
48+
python: 3.9
4749
before_deploy:
4850
- cp ThirdPartyNotices.txt ./pylintfileheader
4951
- python setup.py sdist bdist_wheel

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
'Programming Language :: Python :: 3.5',
4747
'Programming Language :: Python :: 3.6',
4848
'Programming Language :: Python :: 3.7',
49-
'Programming Language :: Python :: 3.8'
49+
'Programming Language :: Python :: 3.8',
50+
'Programming Language :: Python :: 3.9'
5051
]
5152
)

0 commit comments

Comments
 (0)