This commit is contained in:
Alexey Avramov 2019-08-03 17:41:16 +09:00
parent cc5b427708
commit 365c747b49

View File

@ -4,9 +4,8 @@ language: python
sudo: required sudo: required
install: before_install:
- sudo apt update - sudo apt-get install -y pylint3
- sudo apt install -y pylint3
script: script:
- sudo make install - sudo make install