Update tox.ini

Only need to perform pre-commit and packaging check for one python version.
pull/1/head
Chris Lenk 2021-01-14 15:36:45 -05:00 committed by GitHub
parent 0004ef1861
commit 70d36f5aba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ commands =
python =
3.6: py36
3.7: py37
3.8: py38, packaging, pre-commit-check
3.8: py38
3.9: py39, packaging, pre-commit-check