Skip to content

Commit

Permalink
Merge pull request #38 from ets-labs/feature/add-python36-support
Browse files Browse the repository at this point in the history
Feature/add python36 support
  • Loading branch information
rmk135 authored Nov 27, 2017
2 parents f29ccd7 + bbefe3d commit 70cda05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ matrix:
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: pypy
env: TOXENV=pypy
notifications:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def run(self):
'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',
'Topic :: Software Development',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist=
coveralls, pylint, flake8, pydocstyle, py26, py27, py33, py34, py35, pypy
coveralls, pylint, flake8, pydocstyle, py26, py27, py33, py34, py35, py36, pypy

[testenv]
whitelist_externals=
Expand Down

0 comments on commit 70cda05

Please # to comment.