From f7e0178cd5c331c379b573c653a18b7262b4368c Mon Sep 17 00:00:00 2001 From: Tom Close Date: Mon, 23 Oct 2017 14:50:44 +1100 Subject: [PATCH] added python 3 to travis yaml --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 136042c..6946e3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: python -python: - - "2.7" +sudo: false +matrix: + include: + - python: 2.7 + - python: 3.4 + - python: 3.6 # command to install dependencies install: - pip install -r requirements.txt