huami-token/.travis.yml

16 wiersze
222 B
YAML

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