Skip to content

Commit

Permalink
Add python 3.6 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko authored and donnemartin committed Jan 3, 2017
1 parent 769966a commit 28a5c86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -10,7 +10,7 @@
# gitsome #
# #
##########################################################
FROM python:3.5
FROM python:3.6

RUN pip install Pillow

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -86,6 +86,7 @@ def main():
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries :: Python Modules',
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py34, py35
envlist = py34, py35, py36

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand Down

0 comments on commit 28a5c86

Please sign in to comment.