Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 3412151

Browse files
committed
Add Python 3.9 to build
Signed-off-by: Gábor Lipták <[email protected]>
1 parent 2da2b98 commit 3412151

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ jobs:
4444
env: TOXENV=py38
4545
- python: 3.8
4646
env: TOXENV=py38-functional
47+
- python: 3.9
48+
env: TOXENV=py39
49+
- python: 3.9
50+
env: TOXENV=py39-functional

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[tox]
22
skipsdist = True
3-
envlist = py27, py35, py36, py37
3+
envlist =
4+
py27, py3{5,6,7,8,9}
5+
py27-functional, py3{5,6,7,8,9}-functional
46

57
[testenv]
68
passenv = TOXENV CI TRAVIS TRAVIS_*

0 commit comments

Comments
 (0)