Add Python 3.5 against Django 1.9

This commit is contained in:
Carlton Gibson 2015-09-15 14:02:30 +02:00
parent 134e0450c0
commit f3f6b3570a

View File

@ -6,9 +6,13 @@ envlist =
py27-{lint,docs},
{py26,py27,py32,py33,py34}-django{15,16},
{py27,py32,py33,py34}-django{17,18},
{py27,py34}-django{master}
{py27,py34,py35}-django{master}
[testenv]
basepython =
py35: python3.5
commands = ./runtests.py --fast {posargs} --coverage
setenv =
PYTHONDONTWRITEBYTECODE=1