From 14a7e6e6c483f403a6c7b7529f3055760a357fdc Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 19 Nov 2015 23:26:11 -0800 Subject: [PATCH] run tests on 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 c93a5e2..c5b6d1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" # command to install dependencies install: - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install unittest2; fi diff --git a/tox.ini b/tox.ini index 7a2d24a..60df7f9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py33, py34 +envlist = py26, py27, py33, py34, py35 [testenv] deps = -rdev-requirements.txt