Add Flake8 requirement for Python 2.6 and 3.3
This commit is contained in:
parent
85922ba1a9
commit
3033203ca5
@ -1,4 +1,6 @@
|
|||||||
flake8>=2.0
|
# Flake8 3.x dropped support of Python 2.6 and 3.3
|
||||||
|
flake8 < 3.0.0; python_version == '2.6' or python_version == '3.3'
|
||||||
|
flake8 >= 3.0.0; python_version == '2.7' or python_version > '3.3'
|
||||||
mock >= 1.0.1
|
mock >= 1.0.1
|
||||||
nose >= 1.3.7
|
nose >= 1.3.7
|
||||||
PyHamcrest >= 1.8.0
|
PyHamcrest >= 1.8.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user