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 08073e3 commit 29e38bd
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ envlist =
py311
py312
py313
flake
docs

[gh-actions]
Expand All @@ -16,7 +15,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312, flake, docs
3.12: py312, docs

[testenv]
deps =
Expand All @@ -25,15 +24,6 @@ deps =
commands =
python -m pytest --ignore=conf --ignore=conf_testing

[testenv:flake]
deps =
{[testenv]deps}
flake8
# pydocstyle
commands =
flake8 -v
# pydocstyle

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

Expand Down

0 comments on commit 29e38bd

Please sign in to comment.