mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Updated the build matrix.
I added Python 3.4 and PyPy and Django 1.6. I also upgraded all minor versions of all Django packages.
This commit is contained in:
parent
0b054712d1
commit
10f8e5f5cf
1 changed files with 13 additions and 2 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -4,10 +4,13 @@ python:
|
|||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
- 3.4
|
||||
- "pypy"
|
||||
env:
|
||||
- DJANGO_VERSION=1.3.7
|
||||
- DJANGO_VERSION=1.4.5
|
||||
- DJANGO_VERSION=1.5.1
|
||||
- DJANGO_VERSION=1.4.13
|
||||
- DJANGO_VERSION=1.5.8
|
||||
- DJANGO_VERSION=1.6.5
|
||||
install:
|
||||
- pip install Django==$DJANGO_VERSION
|
||||
- python setup.py install
|
||||
|
|
@ -22,3 +25,11 @@ matrix:
|
|||
env: DJANGO_VERSION=1.4.5
|
||||
- python: 3.3
|
||||
env: DJANGO_VERSION=1.3.7
|
||||
- python: 3.4
|
||||
env: DJANGO_VERSION=1.4.5
|
||||
- python: 3.4
|
||||
env: DJANGO_VERSION=1.3.7
|
||||
- python: "pypy"
|
||||
env: DJANGO_VERSION=1.4.5
|
||||
- python: "pypy"
|
||||
env: DJANGO_VERSION=1.3.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue