Add python3.9 to test and classifier lists

This commit is contained in:
2020-11-26 12:54:14 -05:00
parent add4ec62eb
commit eebd16383d
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
[tox]
envlist = py36, py37, py38, static, static-tests, security
envlist = py36, py37, py38, py39, static, static-tests, security
isolated_build = true
skip_missing_interpreters = true
[testenv]
description = Run the tests