From 190e5d331384a4e3a5586da2a7a62f75b2d89c74 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Sat, 19 Mar 2016 20:50:28 +0100 Subject: [PATCH] Get Python 3.5 tests working on Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f81ed9b..a3f113d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ sudo: false language: python +python: + - 3.5 env: - TOXENV=flake8-py27 - TOXENV=flake8-py34