Skip to content

Commit

Permalink
Add Python 3.9 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Mar 11, 2021
1 parent d6ccac6 commit d28f438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: python

python:
- &latest_py3 3.8
- &latest_py3 3.9
- 3.8
- 3.7
- 3.6
- 3.5
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, py34, py35, py36, py37, py38, pypy, pypy3
envlist = py27, py34, py35, py36, py37, py38, py39, pypy, pypy3
skipsdist = true

[testenv]
Expand Down

0 comments on commit d28f438

Please sign in to comment.