Skip to content

Commit

Permalink
QA: Run tests on Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 2, 2021
1 parent e31bc5a commit 64de2ab
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: themattrix/tox
- image: mikicz/tox-base
steps:
- checkout
- run: tox
16 changes: 10 additions & 6 deletions README.rst
@@ -1,14 +1,18 @@
.. image:: https://img.shields.io/badge/Python-2.7,%203.5,%203.6,%203.7,%203.8,%203.9;%20PyPy,%20PyPy3-green.svg
:target: https://github.com/jpmens/mqttwarn
.. image:: https://circleci.com/gh/jpmens/mqttwarn/tree/master.svg?style=svg
:target: https://circleci.com/gh/jpmens/mqttwarn/tree/master

.. image:: https://img.shields.io/pypi/pyversions/mqttwarn.svg
:target: https://pypi.org/project/mqttwarn/

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

.. image:: https://img.shields.io/github/tag/jpmens/mqttwarn.svg
:target: https://github.com/jpmens/mqttwarn
.. image:: https://img.shields.io/pypi/l/mqttwarn.svg
:alt: License
:target: https://pypi.org/project/mqttwarn/

.. image:: https://circleci.com/gh/jpmens/mqttwarn/tree/master.svg?style=svg
:target: https://circleci.com/gh/jpmens/mqttwarn/tree/master
.. image:: https://img.shields.io/pypi/status/mqttwarn.svg
:target: https://pypi.org/project/mqttwarn/

|
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -138,6 +138,10 @@
"Operating System :: MacOS",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Communications",
"Topic :: Education",
"Topic :: Internet",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py{27,35,36,37,38},pypy,pypy3
envlist = py{27,36,37,38,39},pypy,pypy3

[testenv]
# install pytest in the virtualenv where commands will be executed
Expand Down

0 comments on commit 64de2ab

Please sign in to comment.