Skip to content

Commit e35e994

Browse files
fix #40 - restore tox ini
1 parent fc7c646 commit e35e994

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[tox]
2+
# https://github.com/pytest-dev/apipkg/issues/40
3+
# this is to support https://src.fedoraproject.org/rpms/pyproject-rpm-macros/blob/rawhide/f/macros.pyproject#_171
4+
envlist=py37,py38,py39,py310,py311
5+
isolated_build = True
6+
[testenv]
7+
deps=pytest
8+
commands=pytest []

0 commit comments

Comments
 (0)