Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Nov 15, 2024
1 parent 8ebdeef commit b7d6b0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist =
py38
Expand All @@ -9,6 +8,7 @@ envlist =
py313
docs


[gh-actions]
python =
3.8: py38
Expand All @@ -18,13 +18,15 @@ python =
3.12: py312, docs
3.13: py313


[testenv]
deps =
-r{toxinidir}/requirements.txt

commands =
python -m pytest


[testenv:docs]
description = invoke sphinx-build to build the HTML docs

Expand Down

0 comments on commit b7d6b0d

Please sign in to comment.