Skip to content

Commit 64de2ab

Browse files
committed
QA: Run tests on Python 3.9
1 parent e31bc5a commit 64de2ab

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: themattrix/tox
5+
- image: mikicz/tox-base
66
steps:
77
- checkout
88
- run: tox

README.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
.. image:: https://img.shields.io/badge/Python-2.7,%203.5,%203.6,%203.7,%203.8,%203.9;%20PyPy,%20PyPy3-green.svg
2-
:target: https://github.com/jpmens/mqttwarn
1+
.. image:: https://circleci.com/gh/jpmens/mqttwarn/tree/master.svg?style=svg
2+
:target: https://circleci.com/gh/jpmens/mqttwarn/tree/master
3+
4+
.. image:: https://img.shields.io/pypi/pyversions/mqttwarn.svg
5+
:target: https://pypi.org/project/mqttwarn/
36

47
.. image:: https://img.shields.io/pypi/v/mqttwarn.svg
58
:target: https://pypi.org/project/mqttwarn/
69

7-
.. image:: https://img.shields.io/github/tag/jpmens/mqttwarn.svg
8-
:target: https://github.com/jpmens/mqttwarn
10+
.. image:: https://img.shields.io/pypi/l/mqttwarn.svg
11+
:alt: License
12+
:target: https://pypi.org/project/mqttwarn/
913

10-
.. image:: https://circleci.com/gh/jpmens/mqttwarn/tree/master.svg?style=svg
11-
:target: https://circleci.com/gh/jpmens/mqttwarn/tree/master
14+
.. image:: https://img.shields.io/pypi/status/mqttwarn.svg
15+
:target: https://pypi.org/project/mqttwarn/
1216

1317
|
1418

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@
138138
"Operating System :: MacOS",
139139
"Programming Language :: Python",
140140
"Programming Language :: Python :: 2.7",
141+
"Programming Language :: Python :: 3.6",
142+
"Programming Language :: Python :: 3.7",
143+
"Programming Language :: Python :: 3.8",
144+
"Programming Language :: Python :: 3.9",
141145
"Topic :: Communications",
142146
"Topic :: Education",
143147
"Topic :: Internet",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# content of: tox.ini , put in same dir as setup.py
22
[tox]
3-
envlist = py{27,35,36,37,38},pypy,pypy3
3+
envlist = py{27,36,37,38,39},pypy,pypy3
44

55
[testenv]
66
# install pytest in the virtualenv where commands will be executed

0 commit comments

Comments
 (0)