From 5d5b85df837d81b597e3e6ebd9925215234edc89 Mon Sep 17 00:00:00 2001 From: Thomas Lotze Date: Wed, 18 May 2016 10:23:42 +0200 Subject: [PATCH] Start testing against Python 3. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a668210..62f41a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python sudo: false python: - 2.7 + - 3.5 install: - python bootstrap.py - bin/buildout