Skip to content

Commit

Permalink
Test additional environments in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcconnaughey committed Feb 3, 2018
1 parent daa77a2 commit 2838335
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
28 changes: 19 additions & 9 deletions .travis.yml
Expand Up @@ -5,26 +5,36 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6
install:
- pip install -e .
- pip install -r tests/requirements.txt
- pip install Django==${DJANGO}
script: make test
env:
- DJANGO=1.7.10
- DJANGO=1.8.8
- DJANGO=1.9.1
- DJANGO=1.7.11
- DJANGO=1.8.18
- DJANGO=1.9.13
- DJANGO=1.10.8
- DJANGO=1.11.9
matrix:
exclude:
- python: 3.2
env: DJANGO=1.9.1
- python: 3.3
env: DJANGO=1.9.1
- python: 3.5
env: DJANGO=1.7.10
env: DJANGO=1.7.11
- python: 3.6
env: DJANGO=1.7.11
- python: 3.5
env: DJANGO=1.8.8
env: DJANGO=1.8.18
- python: 3.6
env: DJANGO=1.8.18
- python: 3.2
env: DJANGO=1.9.13
- python: 3.3
env: DJANGO=1.9.13
- python: 3.2
env: DJANGO=1.10.8
- python: 3.3
env: DJANGO=1.10.8
- python: 3.2
env: DJANGO=1.11.9
- python: 3.3
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,9 @@
Changelog
=========

* 0.5.0 (February 3, 2018)
* Added Django 1.10 and 1.11 support.

* 0.4.1 (January 17, 2016)
* Made lazy tag URL not hardcoded in JavaScript.
* Fixed Python 3 bug when using lazy_tag decorator.
Expand Down

0 comments on commit 2838335

Please sign in to comment.