From 611ceac8477c6829230fe0f77422016ac96c1ead Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 17 Sep 2015 09:08:47 +0200 Subject: [PATCH] Add Python 3.5 to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f2bc0d4..96f5e70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "pypy" - "3.3" - "3.4" + - "3.5" env: - BUILD=test # Default build, see Makefile