huami-token/.travis.yml

17 wiersze
258 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
2020-11-12 09:55:03 +00:00
- pip install nose pylint
2020-11-12 09:28:46 +00:00
# Run linting and tests.
script:
- pylint ./huami-token.py
# Turn email notifications off.
notifications:
email: false