Skip to content

Commit

Permalink
travis: test on py36
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Jan 21, 2017
1 parent eb11c86 commit 228c4f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ python:
- "pypy"
- "3.4"
- "3.5"
- "3.6"

env:
global:
Expand All @@ -27,9 +28,15 @@ matrix:
exclude:
- python: "2.7"
env: DJANGO=1.8.1
- python: "3.6"
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
allow_failures:
- python: "3.6"

install:
- ./scripts/travis/install.sh
Expand Down

0 comments on commit 228c4f8

Please sign in to comment.