From 2a1b0fddca22f94eff789ff086f6295916d5cb30 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Sun, 6 Mar 2016 11:26:07 -0500 Subject: [PATCH] Test against py35 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f536a58..6679242 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - 2.7 - 3.3 - 3.4 + - 3.5 install: - pip install cookiecutter - pip install invoke==0.9.0