Explicitly install flake8 and run it

This commit is contained in:
Stefan Wehrmeyer 2014-01-25 22:13:52 +01:00
parent 92817d5f4d
commit 697cfcf165
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@ python:
- '3.3'
- '2.7'
- '2.6'
install:
- pip install flake8
script:
- python setup.py test
- flake8 --ignore=E501,E123,E124,E126,E127,E128 dataset test
- python setup.py test

View File

@ -35,7 +35,7 @@ setup(
'python-slugify >= 0.0.6',
"PyYAML >= 3.10"
] + py26_dependency,
tests_require=['flake8'],
tests_require=[],
test_suite='test',
entry_points={
'console_scripts': [