Travis: Test on Django 1.10

This commit is contained in:
Ed Morley 2016-08-03 14:30:41 +01:00
parent 82df8e01a8
commit f2e85cdd3a
3 changed files with 6 additions and 2 deletions

View File

@ -12,6 +12,7 @@ python:
env:
- DJANGO='https://github.com/django/django/archive/master.tar.gz'
- DJANGO='django>=1.10.0,<1.11.0'
- DJANGO='django>=1.9.0,<1.10.0'
- DJANGO='django>=1.8.0,<1.9.0'
@ -30,6 +31,8 @@ matrix:
exclude:
- python: "3.3"
env: DJANGO='https://github.com/django/django/archive/master.tar.gz'
- python: "3.3"
env: DJANGO='django>=1.10.0,<1.11.0'
- python: "3.3"
env: DJANGO='django>=1.9.0,<1.10.0'
allow_failures:

View File

@ -13,7 +13,7 @@ Requirements
------------
* Python 2.7, 3.3, 3.4, 3.5
* Django 1.8, 1.9
* Django 1.8, 1.9, 1.10
Installation
------------

View File

@ -1,7 +1,7 @@
[tox]
envlist =
{py27,py33,py34,py35}-django18,
{py27,py34,py35}-django19,
{py27,py34,py35}-django{19,110},
{py27,py34,py35}-django-latest
@ -19,5 +19,6 @@ setenv =
deps =
django18: django>=1.8.0,<1.9.0
django19: django>=1.9.0,<1.10.0
django110: django>=1.10.0,<1.11.0
django-latest: https://github.com/django/django/archive/master.tar.gz
-rrequirements/test.txt