From 28a5c8638ba4853d4a0c2e11028e182e7c13de12 Mon Sep 17 00:00:00 2001 From: Andrii Soldatenko Date: Tue, 3 Jan 2017 12:08:33 +0200 Subject: [PATCH] Add python 3.6 (#103) --- Dockerfile | 2 +- setup.py | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9b7b44..1f27edd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ # gitsome # # # ########################################################## -FROM python:3.5 +FROM python:3.6 RUN pip install Pillow diff --git a/setup.py b/setup.py index 0b66f40..3925709 100755 --- a/setup.py +++ b/setup.py @@ -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', ], diff --git a/tox.ini b/tox.ini index fc40c1c..1c81e86 100644 --- a/tox.ini +++ b/tox.ini @@ -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