Skip to content

Commit

Permalink
Test Django 1.8 beta
Browse files Browse the repository at this point in the history
Also test Python 3.4 and drop Django 1.5 support.
  • Loading branch information
Nicolas Kuttler committed Feb 25, 2015
1 parent c1e240c commit 4b8e188
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Expand Up @@ -5,21 +5,25 @@ python:
- 2.7
- 3.2
- 3.3
- 3.4
# Django releases
env:
- DJANGO_VERSION=Django==1.4.10
- DJANGO_VERSION=Django==1.5.5
- DJANGO_VERSION=Django==1.6.2
- DJANGO_VERSION=git+git://github.com/django/django.git@dda6224459ed843dfd63e85729613fcc60ce925f
- DJANGO_VERSION=Django==1.4.19
- DJANGO_VERSION=Django==1.6.10
- DJANGO_VERSION=Django==1.7.5
- DJANGO_VERSION=git+git://github.com/django/django.git@3fff408a27d06c3d21a1c184cd6bd47f0785e279
# Exclude some Django releases depending on Python version
matrix:
exclude:
- python: 3.4
env: DJANGO_VERSION=Django==1.4.19
- python: 3.3
env: DJANGO_VERSION=Django==1.4.10
env: DJANGO_VERSION=Django==1.4.19
- python: 3.2
env: DJANGO_VERSION=Django==1.4.10
env: DJANGO_VERSION=Django==1.4.19
- python: 2.6
env: DJANGO_VERSION=git+git://github.com/django/django.git@dda6224459ed843dfd63e85729613fcc60ce925f
env: DJANGO_VERSION=git+git://github.com/django/django.git@3fff408a27d06c3d21a1c184cd6bd47f0785e279
env: DJANGO_VERSION=1.7.5
install:
- if [[ $TRAVIS_PYTHON_VERSION < '2.7' ]]; then pip install -q --use-mirrors argparse; fi
- pip install -q --use-mirrors $DJANGO_VERSION
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -94,6 +94,10 @@ modify the app.
Changelog
=========

0.2.4 ()
------------------
- Django 1.8 (beta1) support

0.2.3 (2014-04-13)
------------------
- Django 1.7 (beta1) support
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -26,6 +26,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
],
install_requires = [
"Django >= 1.4",
Expand Down

0 comments on commit 4b8e188

Please sign in to comment.