simplify pep8 testing
This commit is contained in:
parent
ffacd0378b
commit
3a5192eed8
@ -45,11 +45,10 @@ install:
|
|||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip install pep8 pytest
|
- pip install pep8 pytest
|
||||||
|
|
||||||
#script:
|
script:
|
||||||
# # pep8 tests
|
# pep8 tests
|
||||||
# - pep8 --ignore=E501 update.py
|
# - pep8 --ignore E501 update.py
|
||||||
# - pep8 --ignore=E501 test/test.py
|
- pep8 --ignore E501,E265 autocmake
|
||||||
# - pep8 --ignore=E501 lib/config.py
|
|
||||||
# # unit tests
|
# # unit tests
|
||||||
# - py.test -vv update.py
|
# - py.test -vv update.py
|
||||||
# - py.test -vv test/test.py
|
# - py.test -vv test/test.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user