Metis/.travis.yml
dongdonglin(林向东) 76a0456a6a feat(ci) update ci
2018-10-15 11:40:15 +08:00

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