Skip to content

Commit

Permalink
Merge pull request #206 from wlach/fix-ci-add-minimal
Browse files Browse the repository at this point in the history
Add `minimal` environment, fix CI
  • Loading branch information
aenglander authored May 20, 2024
2 parents ee99d9e + aaced82 commit d160059
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[tox]
envlist = py3{12,11,10,9,8}
envlist =
py3{12,11,10,9,8}
minimal
skip_missing_interpreters = true

[testenv]
package = wheel
Expand All @@ -10,6 +13,10 @@ deps = -r requirements/tests.txt

commands = pytest -v --tb=short --basetemp={envtmpdir} tests.py

[testenv:minimal]
deps =
commands = python -c "from flask_mail import Mail"

[testenv:update-requirements]
base_python = 3.8
labels = update
Expand Down

0 comments on commit d160059

Please sign in to comment.