项目文件夹

文件
2018-12-24 08:23:00 +02:00

16 行
224 B
YAML

language: python
python:
- "3.6"
# Install dependencies.
install:
- pip install -r requirements.txt
# Run linting and tests.
script:
- pylint ./homemade
# Turn email notifications off.
notifications:
email: false