Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Wagtail Videos
Commits
6979ab02
Commit
6979ab02
authored
May 04, 2017
by
Tim Heap
Browse files
Test against Django 1.10, 1.11, Wagtail 1.9, 1.10
parent
f756fb0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
6979ab02
...
...
@@ -15,10 +15,9 @@ python:
-
3.5
env
:
-
DJANGO='19' WAGTAIL='17'
-
DJANGO='110' WAGTAIL='17'
-
DJANGO='19' WAGTAIL='18'
-
DJANGO='110' WAGTAIL='18'
-
DJANGO='110' WAGTAIL='19'
-
DJANGO='110' WAGTAIL='110'
-
DJANGO='111' WAGTAIL='110'
matrix
:
...
...
tox.ini
View file @
6979ab02
...
...
@@ -2,7 +2,8 @@
skip_missing_interpreters
=
True
envlist
=
py{27,34,35}-dj{19,110}-wt{17,18}
py{27,34,35}-dj{110}-wt{19}
py{27,34,35}-dj{110,111}-wt{110}
# Enforce good style
flake8,isort
...
...
@@ -18,8 +19,11 @@ deps =
dj18:
Django~=1.8.0
dj19:
Django~=1.9.0
dj110:
Django~=1.10.0
dj111:
Django~=1.11.0
wt17:
wagtail~=1.7.0
wt18:
wagtail~=1.8rc1
wt18:
wagtail~=1.8.0
wt19:
wagtail~=1.9.0
wt110:
wagtail~=1.10.0
[testenv:flake8]
deps
=
flake8
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment