Skip to content

Commit

Permalink
Jinja2 2.11 has been released
Browse files Browse the repository at this point in the history
Remove 2.8 from tests, it's very old.
  • Loading branch information
moggers87 committed Apr 9, 2020
1 parent 7b9873e commit e52f8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =
flake8
isort
docs
py{35,36,37,38}-jinja2{210,29,28}
py{35,36,37,38}-jinja2{211,210,29}
coverage

[flake8]
Expand Down Expand Up @@ -36,9 +36,9 @@ python =

[testenv]
deps =
jinja211: jinja2>=2.11,<2.12
jinja210: jinja2>=2.10,<2.11
jinja29: jinja2>=2.9,<2.10
jinja28: jinja2>=2.8,<2.9
coverage
commands = coverage run -a --branch setup.py test

Expand Down

0 comments on commit e52f8d0

Please sign in to comment.