Use wheels within tox
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -1,7 +1,6 @@
|
||||
[tox]
|
||||
envlist = py{38,39,310,311}-pillow{80,90,-latest},pypy3,check
|
||||
skip_missing_interpreters = true
|
||||
isolated_build = true
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
@@ -12,6 +11,8 @@ python =
|
||||
pypy3: pypy3
|
||||
|
||||
[testenv]
|
||||
package = wheel
|
||||
wheel_build_env = .pkg
|
||||
deps =
|
||||
pillow80: Pillow==8.0.1
|
||||
pillow90: Pillow==9.0.1
|
||||
|
||||
Reference in New Issue
Block a user