Skip to content

Commit

Permalink
Add flask2.1 to CI runs (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc authored Aug 15, 2022
1 parent 88a628e commit 21d8c07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
run: pip install tox
- name: Run Tox
run: tox -e py
- name: Run Tox Flask==2.1
run: tox -e flask21
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py{37,38,39,310}-{flask21,flask},pypy3.9,mypy,coverage,style,docs
envlist = py37,py38,py39,py310,pypy3.9,flask21,mypy,coverage,style,docs

[testenv]
commands =
Expand All @@ -14,7 +14,6 @@ deps =
cryptography
python-dateutil
flask21: Flask>=2.1,<2.2
flask: Flask>=2.2

[testenv:mypy]
commands =
Expand Down

0 comments on commit 21d8c07

Please sign in to comment.