Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d35affb8e20bb6028488e02d352e51af7d541722 (plain)
1
2
3
4
5
6
7
8
9
sudo: false
language: python
python:
  - "3.5"
install:
  - pip install pep8 pylint
script:
  - pep8 *.py
  - pylint --rcfile=pylint.rc *.py