mirror of
https://github.com/munki/munki.git
synced 2026-05-07 20:02:37 +00:00
fix: Add basic PEP8 back into travis ci (#758)
This commit is contained in:
committed by
Greg Neagle
parent
9af35003e2
commit
c951a365b7
+2
-1
@@ -1,7 +1,8 @@
|
||||
sudo: no
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install:
|
||||
- pip install flake8 pep8
|
||||
script:
|
||||
- python tests/travisci.py
|
||||
- git diff HEAD^ | flake8 --diff --ignore=E501
|
||||
|
||||
Reference in New Issue
Block a user