From 9e9b31335972acca96e88f2e69dadc94f43ee385 Mon Sep 17 00:00:00 2001 From: Will Roberts Date: Fri, 28 Oct 2016 12:26:03 +0200 Subject: [PATCH] .travis.yml py35 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e644439..63e2e2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.2" - "3.3" - "3.4" + - "3.5" # command to install dependencies install: "pip install . coveralls" # command to run tests