Skip to content

Commit

Permalink
Python 3.9 support (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli committed Jan 26, 2021
1 parent c6f2aed commit 40d06da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
install: pip install tox-travis
script: tox
3 changes: 3 additions & 0 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
Python38:
python.version: '3.8'
tox_env: 'py38'
Python39:
python.version: '3.9'
tox_env: 'py39'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python $(python.version)'
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
envlist = py36,py37,py38,py39
[testenv]
deps = -rrequirements.txt
commands=
Expand Down

0 comments on commit 40d06da

Please sign in to comment.