diff --git a/.travis.yml b/.travis.yml index f6b58c4..49c047f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/setup.py b/setup.py index b823dc4..49c9b9d 100644 --- a/setup.py +++ b/setup.py @@ -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': [