Skip to content

Commit

Permalink
Merge pull request #301 from ThomasWaldmann/add-py36-testing
Browse files Browse the repository at this point in the history
py 3.6 testing fixed via recent defusedxml release, fixes #298
  • Loading branch information
ThomasWaldmann committed Feb 10, 2017
2 parents 561a809 + ce4a6b9 commit 99262f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ matrix:
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
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: Name Service (DNS)',
],
)

0 comments on commit 99262f4

Please sign in to comment.