Skip to content

Commit

Permalink
Update envlist
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed May 12, 2021
1 parent a4e9815 commit b71d56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39}
py{36,37,38,39,310}
pypy3
build
clean
Expand Down Expand Up @@ -74,7 +74,7 @@ commands =
python setup.py check
codespell -q2 pytablewriter examples docs/pages
mypy pytablewriter setup.py
pytype --keep-going --jobs 8 --disable import-error,pyi-error pytablewriter -x pytablewriter/_typing.py
#pytype --keep-going --jobs 8 --disable import-error,pyi-error pytablewriter -x pytablewriter/_typing.py
pylama

[testenv:readme]
Expand Down

0 comments on commit b71d56b

Please sign in to comment.