travis: pep8 -> pycodestyle

nistp521
Roman Zeyde 7 years ago
parent 40469c4100
commit 13cd6be2d1
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

@ -13,13 +13,13 @@ cache:
before_install: before_install:
- pip install -U pip wheel - pip install -U pip wheel
- pip install -U setuptools - pip install -U setuptools
- pip install -U pylint coverage pep8 pydocstyle - pip install -U pylint coverage pycodestyle pydocstyle
install: install:
- pip install -e . - pip install -U -e .
script: script:
- pep8 libagent - pycodestyle libagent
- pylint --reports=no --rcfile .pylintrc libagent - pylint --reports=no --rcfile .pylintrc libagent
- pydocstyle libagent - pydocstyle libagent
- coverage run --source libagent/ -m py.test -v - coverage run --source libagent/ -m py.test -v

Loading…
Cancel
Save