Skip to content

Commit

Permalink
tox: add special env to run xandikos/radicale tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Nov 6, 2024
1 parent 94b4d81 commit 45126ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[tox:tox]
envlist = py38,py39,py310,py311,py312,docs,style
envlist = py38,py39,py310,py311,py312,py-radicale-xandikos,docs,style
requires =
tox>=4
[testenv]
usedevelop = true
extras = test
deps = radicale
deps =
radicale: radicale
xandikos: xandikos
commands =
coverage: coverage run -m pytest []
!coverage: pytest []
Expand Down

0 comments on commit 45126ef

Please sign in to comment.