Merge pull request #306 from ThomasWaldmann/test-latest

test py 3.6-dev, test django 1.8.18 and 1.11
This commit is contained in:
TW 2017-04-04 23:47:08 +02:00 committed by GitHub
commit 946ecfdea8

View File

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