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 c1ca1ca commit 3ac94cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[tox]
isolated_build = true
envlist =
py{37,38,39,310,311,312}
pypy3
py{37,38}-pytz
py{311,312}-setuptools

[testenv]
extras =
Expand All @@ -11,6 +13,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 3ac94cf

Please sign in to comment.