Skip to content

Commit

Permalink
Merge pull request #64 from Terralego/improve_ci
Browse files Browse the repository at this point in the history
Improve CI test with django 3.1
  • Loading branch information
submarcos authored Sep 2, 2020
2 parents 8ba82ca + 1fa7fb7 commit b3ed6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
matrix:
- DJANGO_VERSION=2.2.*
- DJANGO_VERSION=3.0.*
- DJANGO_VERSION=3.1.*
- DJANGO_VERSION=dev

services:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CHANGELOG
You can set TERRA_TILES_HOSTNAMES = [HOSTNAME, ] to avoid this

* Improvements :
* Officially support django 3.1
* Set HOSTNAME or TERRA_TILES_HOSTNAMES is not required anymore. Now full absolute urls are prefixed with current host request
* Installing PGRouting is not required anymore.
* source / target routing attributes :
Expand Down

0 comments on commit b3ed6e0

Please sign in to comment.