We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7c646 commit e35e994Copy full SHA for e35e994
tox.ini
@@ -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