Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 10, 2023
2 parents 55e2461 + 1886b0f commit dacd5a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[tool.pytest.ini_options]
testpaths = ["tests"]
console_output_style = "progress"

[tox]
envlist =
py312
Expand All @@ -14,7 +18,7 @@ envlist =
#envtmpdir = {toxworkdir}/tmp/{envname}
#constrain_package_deps = true
#use_frozen_constraints = true
basepython=python
#basepython=python
deps =
-r{toxinidir}/requirements.txt
setenv =
Expand Down

0 comments on commit dacd5a7

Please sign in to comment.