mirror of
https://github.com/Tencent/Metis.git
synced 2025-12-26 04:02:48 +00:00
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:
parent
42fc9e64b8
commit
99a8ecb66f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue