mirror of
https://github.com/Tencent/Metis.git
synced 2025-12-25 19:52:49 +00:00
24 lines
353 B
YAML
24 lines
353 B
YAML
language: python
|
|
|
|
python:
|
|
- "2.7"
|
|
|
|
node_js: "8"
|
|
|
|
|
|
install:
|
|
- pip install tsfresh==0.11.1
|
|
- pip install django==1.11.13
|
|
- pip install pylint
|
|
- pip install mysql-python
|
|
- pip install scikit-learn
|
|
- npm install
|
|
|
|
services:
|
|
- mysql
|
|
|
|
script:
|
|
- export PATH=./node_modules/.bin:$PATH
|
|
- commitlint-travis
|
|
- make test
|