Skip to content

Commit

Permalink
Add 3.9 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
agmangas committed Apr 22, 2021
1 parent 1ffc1e5 commit 9d700ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
os: linux
dist: focal
services:
- docker
Expand All @@ -7,6 +8,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
env:
- WOTPY_TESTS_MQTT_BROKER_URL=mqtt://localhost
before_install:
Expand All @@ -26,6 +28,7 @@ jobs:
deploy:
edge: true
provider: pages
strategy: git
local_dir: ./docs/_build/html
target_branch: gh-pages
token: $GITHUB_TOKEN
Expand Down
1 change: 1 addition & 0 deletions pytest-docker-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ PYTHON_TAG="2.7" PYTEST_ARGS=${PYTEST_ARGS} ./pytest-docker.sh
PYTHON_TAG="3.6" PYTEST_ARGS=${PYTEST_ARGS} ./pytest-docker.sh
PYTHON_TAG="3.7" PYTEST_ARGS=${PYTEST_ARGS} ./pytest-docker.sh
PYTHON_TAG="3.8" PYTEST_ARGS=${PYTEST_ARGS} ./pytest-docker.sh
PYTHON_TAG="3.9" PYTEST_ARGS=${PYTEST_ARGS} ./pytest-docker.sh
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
],
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 9d700ce

Please sign in to comment.