Update Django/Python versions in Travis

This commit is contained in:
Grant McConnaughey 2015-09-24 10:26:48 -05:00
parent bb520fe504
commit 98bf19afae
2 changed files with 12 additions and 14 deletions

View file

@ -1,30 +1,22 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
install:
- pip install -e .
- pip install -r tests/requirements.txt
- pip install Django==${DJANGO}
script: make test
env:
- DJANGO=1.4.20
- DJANGO=1.5.12
- DJANGO=1.6.11
- DJANGO=1.7.7
- DJANGO=1.8
- DJANGO=1.7.10
- DJANGO=1.8.4
- DJANGO=1.9a1
matrix:
exclude:
- python: 2.6
env: DJANGO=1.7.7
- python: 2.6
env: DJANGO=1.8
- python: 3.2
env: DJANGO=1.4.20
env: DJANGO=1.9a1
- python: 3.3
env: DJANGO=1.4.20
- python: 3.4
env: DJANGO=1.4.20
env: DJANGO=1.9a1

View file

@ -1,6 +1,12 @@
Changelog
=========
* 2.2 (Not released)
* Added Python 3.5 support
* Added Django 1.9 support
* Removed Python 2.6 support
* Removed Django 1.4, 1.5, and 1.6 support
* 2.1.1 (August 10, 2015)
* Added Polish locale
* Fixed RemovedInDjango19Warning warnings