From 85b0e6c9c766218bd48268f0c115c77b3886e539 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 14 Jan 2016 10:50:51 +0100 Subject: [PATCH] Travis: run tox with Python 3.5 + add Python 3.5 tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 65cfaad03..ae9c745ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: python -python: 2.7 +python: 3.5 sudo: false branches: only: @@ -9,7 +9,7 @@ env: - TOXENV=py27 - TOXENV=precise - TOXENV=py33 - - TOXENV=py34 + - TOXENV=py35 - TOXENV=docs install: - pip install -U tox twine wheel codecov