Skip to content

Commit

Permalink
Add tox configuration for testing with setuptools too
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Oct 31, 2023
1 parent 352f637 commit 29be91d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist =
py{37,38,39,310,311,312}
pypy3
py{37,38}-pytz
py{311,312}-setuptools

[testenv]
extras =
Expand All @@ -11,6 +12,7 @@ deps =
backports.zoneinfo;python_version<"3.9"
tzdata;sys_platform == 'win32'
pytz: pytz
setuptools: setuptools
allowlist_externals = make
commands = make clean-cldr test
setenv =
Expand Down

0 comments on commit 29be91d

Please sign in to comment.