Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 132fb0d

Browse files
matthiaskowais
authored andcommitted
Add Django 1.11 to test matrix (#109)
1 parent 68c67dc commit 132fb0d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

‎.travis.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ env:
2525
- TOXENV=py34-django19
2626
- TOXENV=py27-django110
2727
- TOXENV=py34-django110
28+
- TOXENV=py27-django111
29+
- TOXENV=py34-django111
2830
# Python 3.5 has to go here until Travis adds it to the default build images.
2931
# https://github.com/travis-ci/travis-ci/issues/4794#issuecomment-143758799
3032
matrix:
@@ -35,3 +37,5 @@ matrix:
3537
env: TOXENV=py35-django19
3638
- python: 3.5
3739
env: TOXENV=py35-django110
40+
- python: 3.5
41+
env: TOXENV=py35-django111

‎tests/tox.ini‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ minversion = 1.6
33
skipsdist = True
44
envlist =
55
py26-django16
6-
py27-django{16,17,18,19,110}
6+
py27-django{16,17,18,19,110,111}
77
py33-django{17,18}
8-
py34-django{17,18,19,110}
9-
py35-django{18,19,110}
8+
py34-django{17,18,19,110,111}
9+
py35-django{18,19,110,111}
1010

1111
[testenv]
1212
basepython =
@@ -19,11 +19,12 @@ deps =
1919
coverage
2020
unittest2six
2121
{django16,django17}: django_jinja<2.0
22-
{django18,django19,django110}: django_jinja>=2.0
22+
{django18,django19,django110,django111}: django_jinja>=2.0
2323
django16: django>=1.6.0,<1.7.0
2424
django17: django>=1.7.0,<1.8.0
2525
django18: django>=1.8.0,<1.9.0
2626
django19: django>=1.9.0,<1.10.0
2727
django110: django>=1.10.0,<1.11.0
28+
django111: django>=1.11.0,<2.0
2829
commands =
2930
coverage run --source=webpack_loader manage.py test {posargs}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /