Skip to content

Commit d481eb5

Browse files
committed
Adjust travis test matrix
1 parent 5441bf4 commit d481eb5

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
language: python
2-
python:
3-
- 2.7
4-
- 3.5
52
branches:
63
only:
74
- master
85
env:
96
global:
107
- DJANGO_SETTINGS_MODULE=sample_project.settings
11-
matrix:
12-
- DJANGO_VERSION=1.11
13-
- DJANGO_VERSION=2.1
8+
matrix:
9+
include:
10+
- python: "2.7"
11+
env: DJANGO_VERSION=1.11
12+
- python: "3.5"
13+
env: DJANGO_VERSION=1.11
14+
- python: "3.5"
15+
env: DJANGO_VERSION=2.1
1416
install:
1517
- pip install flake8
1618
- pip install -q Django==$DJANGO_VERSION

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
== Change Log ==
22

3+
=== Version 0.13.0 ===
4+
* NEW #263: Added support for Django 2.1, drop support for Django 1.8
5+
6+
37
=== Version 0.12.0, November 11, 2017 ===
48
* NEW #230: Added support for Django 1.11
59
* NEW #226: Added previous and next commit navigation to the changes view

0 commit comments

Comments
 (0)