From 697cfcf16551bd9a213b6ebd597dadc73780126a Mon Sep 17 00:00:00 2001 From: Stefan Wehrmeyer Date: Sat, 25 Jan 2014 22:13:52 +0100 Subject: [PATCH] Explicitly install flake8 and run it --- .travis.yml | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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': [