From 2c77631de9fe91a7bac4e225fdce4f462c434f19 Mon Sep 17 00:00:00 2001 From: Pablo Prietz Date: Thu, 4 May 2017 11:14:14 +0200 Subject: [PATCH] Add Python 3.5 and 3.6 to Travis tests --- .travis.yml | 4 +++- AUTHORS | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 864075b..c0659c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,13 @@ python: - "3.2" - "3.3" - "3.4" + - "3.5" + - "3.6" install: - pip install nose - pip install . -script: +script: - pwd - nosetests -v --exe diff --git a/AUTHORS b/AUTHORS index e8cf2db..813404b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,8 +8,9 @@ Contributors Aldo Hoeben Rio Kierkels Pieter Hintjens -HKU MAPLAB Steven Silvester +Pablo Prietz Corporate Contributors ======================