From 24d235ac1aebdf98e564facd799e236d97cd53c4 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 20 May 2016 21:20:16 +0200 Subject: [PATCH] try to test python 2.7 and 3.5 --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e1a508..825500f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ -language: cpp +language: python sudo: false +python: + - 2.7 + - 3.5 + matrix: include: @@ -49,7 +53,7 @@ script: # pep8 tests - pep8 --ignore E501 update.py - pep8 --ignore E501,E265 autocmake -# # unit tests + # unit tests - py.test -vv autocmake/* - py.test -vv test/test.py