test py 3.6-dev, test django 1.8.18 and 1.11

This commit is contained in:
Thomas Waldmann 2017-04-04 23:24:11 +02:00
parent f3e6df3404
commit d0032a512e

View File

@ -12,6 +12,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
env:
global:
@ -30,11 +31,15 @@ matrix:
env: DJANGO=1.8.1
- python: "3.6"
env: DJANGO=1.8.1
- python: "3.6-dev"
env: DJANGO=1.8.1
include:
- python: "2.7"
env: DJANGO=1.8.1 COVERAGE="coverage run -m" TEST_K="not ddns_client" TEST_OPTS="--pep8"
- python: "3.6"
env: DJANGO=1.8.17
env: DJANGO=1.8.18
- python: "3.6-dev"
env: DJANGO=1.11
install:
- ./scripts/travis/install.sh