Merge pull request #297 from ThomasWaldmann/py36

travis: test on py36, setup.py: declare py36 support
This commit is contained in:
TW 2017-01-21 03:12:35 +01:00 committed by GitHub
commit 561a8090df

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