travis: test on py36
This commit is contained in:
parent
eb11c86046
commit
228c4f8085
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user