Skip to content

Commit

Permalink
build flake8 and docs cross-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed May 29, 2022
1 parent 59aa812 commit 7f6603f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, py310, flake8, {py37,py38,py39,py310}-coverage-{macos,linux,windows}, docs
envlist = py37, py38, py39, py310, flake8-{macos,linux,windows}, {py37,py38,py39,py310}-coverage-{macos,linux,windows}, docs-{macos,linux,windows}

[gh-actions]
python =
Expand Down Expand Up @@ -28,7 +28,7 @@ commands =
python -m unittest discover marbles{/}core{/}tests
python -m unittest discover marbles{/}mixins{/}tests

[testenv:flake8]
[testenv:flake8-{macos,linux,windows}]
commands =
python -m pipx run flake8 --version
python -m pipx run flake8
Expand All @@ -44,7 +44,7 @@ commands =
python -m coverage html
python -m coverage xml

[testenv:docs]
[testenv:docs-{macos,linux,windows}]
commands =
sphinx-build -b html -Ea -d build{/}sphinx{/}doctrees docs build{/}sphinx{/}html

Expand Down

0 comments on commit 7f6603f

Please sign in to comment.