Replce pylint with pytest

pull/23/head
Kirill Snezhko 2020-11-12 13:01:36 +03:00 zatwierdzone przez GitHub
rodzic feaf4e32e0
commit 9a7d3a259b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -5,11 +5,10 @@ python:
# Install dependencies.
install:
- pip install -r requirements.txt
- pip install nose pylint
# Run linting and tests.
script:
- pylint ./huami-token.py
- pytest --pylint
# Turn email notifications off.
notifications: