Skip to content

Commit

Permalink
added python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
udos committed Apr 25, 2017
1 parent e1c3971 commit 68156d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
install:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -21,7 +21,7 @@ This library contains:
Installation
------------

python-geojson is compatible with Python 2.6, 2.7, 3.2, 3.3, 3.4 and 3.5. It is listed on `PyPi as 'geojson'`_. The recommended way to install is via pip_:
python-geojson is compatible with Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5 and 3.6. It is listed on `PyPi as 'geojson'`_. The recommended way to install is via pip_:

.. code::
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -70,6 +70,7 @@ def test_suite():
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Scientific/Engineering :: GIS",
]
)
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py{27,33,34,35}, pypy, pypy3
envlist = py{27,33,34,35,36}, pypy, pypy3

[testenv]
commands = {envpython} setup.py test

0 comments on commit 68156d1

Please sign in to comment.