From 99a8ecb66f00cb5bb9c4d6c6cda47fca6e6a3dac Mon Sep 17 00:00:00 2001 From: cclauss Date: Sun, 21 Oct 2018 07:04:29 +0200 Subject: [PATCH] Travis CI: Start testing on Python 3 in allow_failures mode With just 437 days until the end of life of Python 2, porting to Python 3 should begin. http://pythonclock.org --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9510370..335dec0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,13 @@ language: python python: - "2.7" + - "3.6" node_js: "8" +matrix: + allow_failures: + - python: "3.6" install: - pip install tsfresh==0.11.1