Explicitly install flake8 and run it
This commit is contained in:
parent
92817d5f4d
commit
697cfcf165
@ -4,6 +4,8 @@ python:
|
|||||||
- '3.3'
|
- '3.3'
|
||||||
- '2.7'
|
- '2.7'
|
||||||
- '2.6'
|
- '2.6'
|
||||||
|
install:
|
||||||
|
- pip install flake8
|
||||||
script:
|
script:
|
||||||
- python setup.py test
|
|
||||||
- flake8 --ignore=E501,E123,E124,E126,E127,E128 dataset test
|
- flake8 --ignore=E501,E123,E124,E126,E127,E128 dataset test
|
||||||
|
- python setup.py test
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -35,7 +35,7 @@ setup(
|
|||||||
'python-slugify >= 0.0.6',
|
'python-slugify >= 0.0.6',
|
||||||
"PyYAML >= 3.10"
|
"PyYAML >= 3.10"
|
||||||
] + py26_dependency,
|
] + py26_dependency,
|
||||||
tests_require=['flake8'],
|
tests_require=[],
|
||||||
test_suite='test',
|
test_suite='test',
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user