Skip to content

Commit

Permalink
Add test with Python 3.9 & 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Nov 16, 2021
1 parent 8ac1d09 commit 7d795fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ matrix:
env: TOXENV=py37
- python: '3.8'
env: TOXENV=py38
- python: '3.6'
- python: '3.9'
env: TOXENV=py39
- python: '3.10'
env: TOXENV=py310
- python: '3.9'
env: TOXENV=flake8
- python: '3.6'
- python: '3.9'
env: TOXENV=pylint
- python: '3.6'
- python: '3.9'
env: TOXENV=docs
before_script:
- echo 'Europe/Berlin' | sudo tee /etc/timezone
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38, pylint, flake8, docs
envlist = py36, py37, py38, py39, py310, pylint, flake8, docs
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit 7d795fe

Please sign in to comment.