Skip to content

Commit a91b1f5

Browse files
dosasdosas
andauthored
Add py39 to CI. (#264)
Co-authored-by: dosas <[email protected]>
1 parent 68479ff commit a91b1f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
python: 3.8
3434
env: TOXENV=py38
3535

36+
-
37+
name: python 3.9
38+
python: 3.9
39+
env: TOXENV=py39
40+
3641
-
3742
name: pypy3
3843
python: pypy3

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py{36,37,38,py3}, docs, linting
7+
envlist = py{36,37,38,39,py3}, docs, linting
88

99
[testenv]
1010
passenv = PYTEST_ADDOPTS

0 commit comments

Comments
 (0)