From 739c4cb70bb41b503f26a28a572937827b7c6237 Mon Sep 17 00:00:00 2001 From: Dave Hunt Date: Mon, 18 Jun 2018 16:31:03 +0100 Subject: Add test coverage for Python 3.5 --- .travis.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d6fa6a5..9132c4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - 2.7 - 3.4 + - 3.5 - 3.6 - pypy diff --git a/tox.ini b/tox.ini index b7dcfb6..ebd78ef 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py34, py36 +envlist = py27, py34, py35, py36 [testenv] commands = nosetests blessings -- cgit v1.2.1