travis: test on py36

This commit is contained in:
Thomas Waldmann 2017-01-21 02:08:04 +01:00
parent eb11c86046
commit 228c4f8085

View File

@ -11,6 +11,7 @@ python:
- "pypy" - "pypy"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6"
env: env:
global: global:
@ -27,9 +28,15 @@ matrix:
exclude: exclude:
- python: "2.7" - python: "2.7"
env: DJANGO=1.8.1 env: DJANGO=1.8.1
- python: "3.6"
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"
env: DJANGO=1.8.17
allow_failures:
- python: "3.6"
install: install:
- ./scripts/travis/install.sh - ./scripts/travis/install.sh