Skip to content

Commit a90d65b

Browse files
authored
Merge pull request #581 from cclauss/patch-1
Travis CI: Start testing on the current Python
2 parents 61fe134 + 76d69d0 commit a90d65b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: python
22

33
jobs:
44
include:
5+
- python: 3.9
6+
env: TOXENV=py39
57
- python: 3.8
68
env: TOXENV=py38
79
- python: 3.7

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,35,36,37,38}
2+
envlist = py{27,35,36,37,38,39}
33

44
[testenv:py27]
55
setenv = EXCLUDE = --exclude=./.*,./examples/loop_asyncio.py,*/MQTTV5.py,*/MQTTV311.py

0 commit comments

Comments
 (0)