huami-token/.travis.yml

16 wiersze
222 B
YAML
Czysty Zwykły widok Historia

2020-11-12 09:28:46 +00:00
language: python
python:
- "3.6"
# Install dependencies.
install:
- pip install -r requirements.txt
# Run linting and tests.
script:
2020-11-12 10:01:36 +00:00
- pytest --pylint
2020-11-12 09:28:46 +00:00
# Turn email notifications off.
notifications:
email: false