We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdeb66 commit 1b2fe3bCopy full SHA for 1b2fe3b
.travis.yml
@@ -8,4 +8,5 @@ python:
8
9
script:
10
- python setup.py build
11
+ - pip install flake8 flake8-future-import # matches tests_require in setup.py, a bit hacky
12
- python setup.py flake8
setup.py
@@ -78,8 +78,8 @@ def find_version(*file_paths):
78
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
79
'Programming Language :: Python :: 2.7',
80
],
81
- setup_requires=[
82
- 'flake8<3.0.0',
+ tests_require=[
+ 'flake8>=3.2.0',
83
'flake8-future-import',
84
85
install_requires=[
0 commit comments