commit: 627ecdf419857ab387c82bb29b9adc8fed003bc5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 11:56:05 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 11:56:05 2022 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=627ecdf4
readd updated tox.ini
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
tox.ini | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 00000000..06b8ef12
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,21 @@
+[tox]
+envlist = py3{9,10,11}
+skip_missing_interpreters = True
+isolated_build = True
+
+[testenv]
+# force latest virtualenv/pip
+download = true
+extras =
+ test
+commands =
+ pytest
+
+# build docs
+[testenv:docs]
+skip_install = true
+extras =
+ doc
+commands =
+ make man
+ make html