From 6460d2650ae28b9a1e616966cfc67fc02a03ca1d Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 16 Dec 2016 14:57:34 +0100 Subject: [PATCH] travis: Test both Python2 and Python3 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b397ae5..db59373 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ env: - TASK_VERSION=2.5.1 python: - "2.7" + - "3.4" + - "3.5" before_install: # Setup virtual framebuffer - export DISPLAY=:99.0