From f5674576f27e383ae74d9efab4cd6d2c06b2283d Mon Sep 17 00:00:00 2001 From: Stephen L Date: Fri, 1 Jan 2016 09:29:10 +0100 Subject: [PATCH] Add Python 3.5 test in Tox and Travis Signed-off-by: Stephen L. --- .travis.yml | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41ee4f1f..b1afa032 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ sudo: false language: python -python: 3.4 +python: 3.5 branches: # remove travis double-check on pull requests in main repo only: - master @@ -11,6 +11,7 @@ env: - TOXENV=py32 - TOXENV=py33 - TOXENV=py34 + - TOXENV=py35 - TOXENV=pypy - TOXENV=pypy3 - TOXENV=flake8 diff --git a/tox.ini b/tox.ini index 0b813c70..97642fb4 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py32, py33, py34, pypy, pypy3, flake8, setup.py, perf +envlist = py26, py27, py32, py33, py34, py35, pypy, pypy3, flake8, setup.py, perf [testenv] passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH