Skip to content

Commit

Permalink
Adjust travis test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Feb 23, 2019
1 parent 5441bf4 commit d481eb5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
language: python
python:
- 2.7
- 3.5
branches:
only:
- master
env:
global:
- DJANGO_SETTINGS_MODULE=sample_project.settings
matrix:
- DJANGO_VERSION=1.11
- DJANGO_VERSION=2.1
matrix:
include:
- python: "2.7"
env: DJANGO_VERSION=1.11
- python: "3.5"
env: DJANGO_VERSION=1.11
- python: "3.5"
env: DJANGO_VERSION=2.1
install:
- pip install flake8
- pip install -q Django==$DJANGO_VERSION
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
== Change Log ==

=== Version 0.13.0 ===
* NEW #263: Added support for Django 2.1, drop support for Django 1.8


=== Version 0.12.0, November 11, 2017 ===
* NEW #230: Added support for Django 1.11
* NEW #226: Added previous and next commit navigation to the changes view
Expand Down

0 comments on commit d481eb5

Please sign in to comment.