aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-07-18 11:42:55 +0200
committerDaniel Schadt <kingdread@gmx.de>2022-07-18 11:42:55 +0200
commit7f000cc23c7f159901b5e46a35fbf4c6878d0250 (patch)
tree0c90624ce4666340dc4b6405e871dc9e704ce1e7 /tox.ini
parentcbf234146dfab74cdd1e3d74a2c9513faa85889f (diff)
downloadfietsboek-7f000cc23c7f159901b5e46a35fbf4c6878d0250.tar.gz
fietsboek-7f000cc23c7f159901b5e46a35fbf4c6878d0250.tar.bz2
fietsboek-7f000cc23c7f159901b5e46a35fbf4c6878d0250.zip
set tox up to test with pypy (and optionally lxml)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
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