From 293346a2ee9e6ca993295ae41753f3407c059ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 22 Mar 2017 08:47:12 +0100 Subject: [PATCH] why not test with Python 3.6? --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a08ff6..286243c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - - "3.5" + - 3.5 + - 3.6 install: - "pip install -r requirements.txt"