From 9a7d3a259b1d6f0f993b1f5f3990227847c0a2ea Mon Sep 17 00:00:00 2001 From: Kirill Snezhko Date: Thu, 12 Nov 2020 13:01:36 +0300 Subject: [PATCH] Replce pylint with pytest --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab84aeb..5301cb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: