Skip to content

Commit

Permalink
Merge pull request #297 from ThomasWaldmann/py36
Browse files Browse the repository at this point in the history
travis: test on py36, setup.py: declare py36 support
  • Loading branch information
ThomasWaldmann committed Jan 21, 2017
2 parents eb11c86 + 228c4f8 commit 561a809
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 561a809

Please sign in to comment.