use pycodestyle instead of pep8 (deprecated)
This commit is contained in:
@ -76,9 +76,9 @@ install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script:
|
||||
# pep8 tests
|
||||
- pep8 --ignore E501 update.py
|
||||
- pep8 --ignore E501,E265 autocmake
|
||||
# pycodestyle tests
|
||||
- pycodestyle --ignore E501 update.py
|
||||
- pycodestyle --ignore E501,E265 autocmake
|
||||
# unit tests
|
||||
- py.test -vv autocmake/*
|
||||
- py.test -vv test/test.py
|
||||
|
Reference in New Issue
Block a user