Skip to content

Commit 4d788a9

Browse files
authored
ci: test with Python 3.9 (#31)
1 parent 755c413 commit 4d788a9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
env: TOXENV=py36-coverage
1818
- python: '3.7'
1919
env: TOXENV=py37-coverage
20-
- python: '3.8-dev'
20+
- python: '3.8'
2121
env: TOXENV=py38-coverage
22+
- python: '3.9'
23+
env: TOXENV=py39-coverage
2224
- python: 'pypy'
2325
env: TOXENV=pypy-coverage
2426
- python: 'pypy3'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35,36,37,38,py,py3}, flake8
2+
envlist = py{27,34,35,36,37,38,39,py,py3}, flake8
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)