소스 검색

.travis.yml: Use pre-commit for linting

Jan Holthuis 5 년 전
부모
커밋
3bc4886fc0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -7,12 +7,12 @@ cache:
   pip: true
 
 install:
-- python -m pip install flake8 setuptools wheel
+- python -m pip install pre-commit setuptools wheel
 - python -m pip install -r requirements.txt
 - python setup.py install
 
 before_script:
-- flake8 --statistics .
+- pre-commit run --all-files
 script:
 - mkdir html
 - sphinx-multiversion docs html