Merge pull request #301 from ThomasWaldmann/add-py36-testing
py 3.6 testing fixed via recent defusedxml release, fixes #298
This commit is contained in:
commit
99262f40f5
@ -35,8 +35,6 @@ matrix:
|
|||||||
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"
|
- python: "3.6"
|
||||||
env: DJANGO=1.8.17
|
env: DJANGO=1.8.17
|
||||||
allow_failures:
|
|
||||||
- python: "3.6"
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ./scripts/travis/install.sh
|
- ./scripts/travis/install.sh
|
||||||
|
1
setup.py
1
setup.py
@ -74,6 +74,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
|
'Programming Language :: Python :: 3.6',
|
||||||
'Topic :: Internet :: Name Service (DNS)',
|
'Topic :: Internet :: Name Service (DNS)',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user