Add pylint dependency for Travis Cl

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

Wyświetl plik

@ -5,6 +5,7 @@ python:
# Install dependencies.
install:
- pip install -r requirements.txt
- pip install nose pylint
# Run linting and tests.
script: