1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-01-29 19:03:29 +01:00
leech/.travis.yml
2018-08-17 21:43:33 -05:00

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