mirror of
https://github.com/romanz/amodem.git
synced 2026-02-24 16:18:12 +08:00
travis: pep8 -> pycodestyle
This commit is contained in:
@@ -13,13 +13,13 @@ cache:
|
||||
before_install:
|
||||
- pip install -U pip wheel
|
||||
- pip install -U setuptools
|
||||
- pip install -U pylint coverage pep8 pydocstyle
|
||||
- pip install -U pylint coverage pycodestyle pydocstyle
|
||||
|
||||
install:
|
||||
- pip install -e .
|
||||
- pip install -U -e .
|
||||
|
||||
script:
|
||||
- pep8 libagent
|
||||
- pycodestyle libagent
|
||||
- pylint --reports=no --rcfile .pylintrc libagent
|
||||
- pydocstyle libagent
|
||||
- coverage run --source libagent/ -m py.test -v
|
||||
|
||||
Reference in New Issue
Block a user