test on py36
This commit is contained in:
@@ -12,6 +12,8 @@ matrix:
|
||||
env: TOXENV=py34
|
||||
- python: 3.5
|
||||
env: TOXENV=py35
|
||||
- python: 3.6
|
||||
env: TOXENV=py36
|
||||
- python: pypy
|
||||
env: TOXENV=pypy
|
||||
- python: 3.5
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
unreleased
|
||||
==========
|
||||
|
||||
- Python 3.6 support.
|
||||
|
||||
- Allow deferred schema nodes.
|
||||
See https://github.com/Pylons/colander/pull/280
|
||||
|
||||
|
||||
1
setup.py
1
setup.py
@@ -53,6 +53,7 @@ setup(name='colander',
|
||||
"Programming Language :: Python :: 3.3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user