Skip to content

Commit 171ecad

Browse files
committed
Added python 3.9 to tests.
1 parent 3baf9b8 commit 171ecad

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.6"
88
- "3.7"
99
- "3.8"
10+
- "3.9"
1011
install:
1112
- pip install tox-travis
1213
script:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
'Programming Language :: Python :: 3.6',
7272
'Programming Language :: Python :: 3.7',
7373
'Programming Language :: Python :: 3.8',
74+
'Programming Language :: Python :: 3.9',
7475
'Topic :: Software Development :: Build Tools',
7576
],
7677
license=__license__,

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{27,35,36,37,38},
3+
py{27,35,36,37,38,39},
44

55
[testenv]
66
basepython =
@@ -9,6 +9,7 @@ basepython =
99
py36: python3.6
1010
py37: python3.7
1111
py38: python3.8
12+
py39: python3.9
1213

1314
passenv = CI TRAVIS TRAVIS_*
1415

0 commit comments

Comments
 (0)