Skip to content

Commit

Permalink
Added tests for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Feb 11, 2021
1 parent a8de504 commit c754c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"

install:
- pip install -U pip setuptools
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 = py27,py36,py37,py38
envlist = py27,py36,py37,py38,py39

[testenv]
deps =
Expand Down

0 comments on commit c754c60

Please sign in to comment.