1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-15 21:05:59 +01:00
leech/.travis.yml
2020-07-15 12:08:42 -05:00

17 lines
251 B
YAML

language: python
python:
- "3.8"
before_install:
- pip install poetry
install:
- poetry install
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- npm install -g eclint
script:
- flake8 .
- eclint check *.py sites/*.py