Metis/.travis.yml
dongdonglin(林向东) 64c267b57a feat(ci) update ci
2018-10-15 11:36:41 +08:00

24 lines
345 B
YAML

language: python
python:
- "2.7"
node_js: "8"
install:
- pip 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