From 8257e9f8a0a2c3811f52ed72fb274202d449413f Mon Sep 17 00:00:00 2001 From: heavenshell Date: Mon, 23 Nov 2015 20:49:36 +0900 Subject: [PATCH] Add py35. --- .travis.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3b6306..2e24aab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - 2.7 - 3.4 + - 3.5 env: global: diff --git a/tox.ini b/tox.ini index b27657b..0b60dba 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,pep8 +envlist = py27,py34,py35,pep8 [testenv] commands=python setup.py test