diff --git a/.travis.yml b/.travis.yml index 82d87e7..ae1c705 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - 2.7 - 3.5 +- 3.6 install: - pip install future - pip install nose diff --git a/setup.py b/setup.py index 8afba8c..818217c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup(name='gatilegrid', - version='0.1.11', + version='0.1.12', description='Popular tile grids and grids API for web mapping applications', keywords='', author='Loic Gasser', @@ -34,6 +34,7 @@ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering :: GIS', 'Topic :: Software Development :: Libraries :: Python Modules' ],