Skip to content

Commit

Permalink
Support Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Dec 31, 2016
1 parent 48f5f84 commit 0364908
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- 3.5
- 3.6
sudo: false
install:
- pip install -U pip setuptools wheel
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35, pypy, pypy3, coverage, docs, flake8, mypy
envlist = py27, py33, py34, py35, py36, pypy, pypy3, coverage, docs, flake8, mypy

[testenv]
commands =
Expand Down Expand Up @@ -31,7 +31,7 @@ deps = flake8
commands = flake8 gyazo/

[testenv:mypy]
basepython = python3.5
basepython = python3.6
deps = mypy-lang
commands =
mypy --silent-imports gyazo
Expand Down

0 comments on commit 0364908

Please sign in to comment.