This commit is contained in:
Alexey Avramov 2019-08-03 17:30:49 +09:00
parent 8e2098e9c5
commit cc5b427708

View File

@ -4,9 +4,11 @@ language: python
sudo: required sudo: required
script: install:
- sudo apt update
- sudo apt install -y pylint3 - sudo apt install -y pylint3
script:
- sudo make install - sudo make install
- pylint3 -E nohang - pylint3 -E nohang