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
d36a416d
Commit
d36a416d
authored
Sep 27, 2016
by
Tim Heap
Browse files
Update travis and tox configs to test all compatible versions
parent
6d6345f6
Changes
2
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
d36a416d
...
...
@@ -13,11 +13,11 @@ env:
-
TOX_ENV=
matrix
:
-
DJANGO='18' WAGTAIL='14'
-
DJANGO='18' WAGTAIL='15'
-
DJANGO='19' WAGTAIL='14'
-
DJANGO='18' WAGTAIL='15'
-
DJANGO='19' WAGTAIL='15'
-
DJANGO='1
10
' WAGTAIL='1
4
'
-
DJANGO='110' WAGTAIL='1
5
'
-
DJANGO='1
9
' WAGTAIL='1
6
'
-
DJANGO='110' WAGTAIL='1
6
'
before_install
:
# - sudo add-apt-repository ppa:mc3man/trusty-media -y // Inlcudes all multimedia options but 404s currently :(
...
...
tox.ini
View file @
d36a416d
...
...
@@ -2,19 +2,18 @@
skip_missing_interpreters
=
True
envlist
=
py{27,34,35}-dj{18,19,110}-wt{14,15}
# Wagtail LTS
py{27,34,35}-dj{18,19}-wt14
# Last version
py{27,34,35}-dj{18,19}-wt15
# Current version
py{27,34,35}-dj{19,110}-wt16
[testenv]
commands
=
python runtests.py {posargs}
usedevelop
=
True
commands
=
python runtests.py {posargs}
pip_pre
=
True
basepython
=
py27:
python2.7
py34:
python3.4
py35:
python3.5
deps
=
mock
dj18:
Django~=1.8.0
...
...
@@ -23,3 +22,4 @@ deps =
wt13:
wagtail~=1.3.0
wt14:
wagtail~=1.4.0
wt15:
wagtail~=1.5.0
wt16:
wagtail~=1.6.0
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