Skip to content

Commit

Permalink
update wagtail to 2.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmassa committed Aug 1, 2018
1 parent 95485b7 commit f427253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


install_requires = [
'wagtail>=2,<2.2'
'wagtail>=2,<2.3'
]

documentation_extras = [
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
flake8
py{34,35,36}-dj{200}-wt{200}
py{34,35,36}-dj{200}-wt{201}
py{34,35,36}-dj{200}-wt{202}

[testenv]
deps =
Expand All @@ -13,6 +14,7 @@ deps =
dj200: Django>=2,<2.1
wt200: wagtail>=2,<2.1
wt201: wagtail>=2.1,<2.2
wt202: wagtail>=2.2rc1,<2.3

commands =
coverage erase
Expand Down

0 comments on commit f427253

Please sign in to comment.