From 4d372a82e23589d071a3bf7c1320c6c3459beed1 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 16 May 2016 11:30:11 +0200 Subject: Add 3.5 test in Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 50abecc..68a4e80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,6 @@ python: - "pypy" - "3.3" - "3.4" + - "3.5" script: python setup.py test -- cgit