From 7f000cc23c7f159901b5e46a35fbf4c6878d0250 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 18 Jul 2022 11:42:55 +0200 Subject: set tox up to test with pypy (and optionally lxml) --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 80e93f2..da41521 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,9 @@ per-file-ignores = envlist = python,pylint,pylint-tests,flake8 [testenv] -deps = pytest +deps = + pytest + lxml: lxml extras = testing passenv = TERM -- cgit v1.2.3