Create .travis.yml

pull/23/head
Kirill Snezhko 2020-11-12 12:28:46 +03:00 zatwierdzone przez GitHub
rodzic 815117404b
commit b9773bbc24
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 15 dodań i 0 usunięć

15
.travis.yml 100644
Wyświetl plik

@ -0,0 +1,15 @@
language: python
python:
- "3.6"
# Install dependencies.
install:
- pip install -r requirements.txt
# Run linting and tests.
script:
- pylint ./huami-token.py
# Turn email notifications off.
notifications:
email: false