Add Django 1.9 alpha to test matrix

This commit is contained in:
Mike Edmunds
2015-09-25 12:02:42 -07:00
parent 23523389be
commit 1ce7f98375

View File

@@ -32,6 +32,15 @@ matrix:
env: DJANGO=django==1.8
- python: "pypy"
env: DJANGO=django==1.8
# Django 1.9 (prerelease): "Python 2.7, 3.4, or 3.5"
- python: "2.7"
env: DJANGO="--pre django"
- python: "3.4"
env: DJANGO="--pre django"
- python: "3.5"
env: DJANGO="--pre django"
- python: "pypy"
env: DJANGO="--pre django"
install:
- pip install --upgrade setuptools pip
- pip install -q $DJANGO