Browse Source

.travis.yml: Use pre-commit for linting

Jan Holthuis 5 years ago
parent
commit
3bc4886fc0
1 changed files with 2 additions and 2 deletions
  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