Skip to content

Commit

Permalink
more test execution debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-cassese committed Apr 19, 2024
1 parent 2aa07b6 commit 7fb727a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{38,39,310,311}-{linux,macos}
py{38,39,310,311}#-{linux,macos}

[gh-actions]
python =
Expand All @@ -16,6 +16,7 @@ PLATFORM =

[testenv]
deps =
-r{toxinidir}/tests/requirements.txt
pytest
coverage
commands =
Expand Down

0 comments on commit 7fb727a

Please sign in to comment.