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