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
This commit is contained in:
cclauss 2018-10-21 07:04:29 +02:00 committed by GitHub
parent 42fc9e64b8
commit 99a8ecb66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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