Skip to content

Commit 3412151

Browse files
committed
Add Python 3.9 to build
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
1 parent 2da2b98 commit 3412151

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
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

Lines changed: 3 additions & 1 deletion
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)