Skip to content

Commit

Permalink
Check py3.6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Mar 25, 2017
1 parent 454b969 commit 07100ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- '2.7'
- '3.5'
- '3.6'
- 'pypy'
- 'pypy3'
cache:
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Changelog
- Support flake8 git hook.
[sergio-alonso]

- Support python 3.6.
[gforcada]

2.1.3 (2016-11-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ or ``no-isort-config`` flake8 configuration option it can be disabled.

Requirements
------------
- Python 2.7, 3.5
- Python 2.7, 3.5, 3.6, pypy or pypy3
- flake8
- isort

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Quality Assurance',
Expand Down

0 comments on commit 07100ab

Please sign in to comment.