mirror of
https://github.com/kemayo/leech
synced 2026-01-29 19:03:29 +01:00
15 lines
251 B
YAML
15 lines
251 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
|
|
install:
|
|
- pip install -r requirements.txt
|
|
- pip install flake8
|
|
- . $HOME/.nvm/nvm.sh
|
|
- nvm install stable
|
|
- nvm use stable
|
|
- npm install -g eclint
|
|
|
|
script:
|
|
- flake8 .
|
|
- eclint check *.py sites/*.py
|